mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 12:49:53 +00:00
scripts (linux): fix building appimage with missing runtime file (#4565)
This commit is contained in:
parent
413a8f6b76
commit
74e2b7582e
1 changed files with 5 additions and 1 deletions
|
@ -40,6 +40,10 @@ if [ ! -f ../appimagetool-x86_64.AppImage ]; then
|
|||
wget --secure-protocol=TLSv1_3 https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O ../appimagetool-x86_64.AppImage
|
||||
chmod +x ../appimagetool-x86_64.AppImage
|
||||
fi
|
||||
../appimagetool-x86_64.AppImage .
|
||||
if [ ! -f ../runtime-fuse3-x86_64 ]; then
|
||||
wget --secure-protocol=TLSv1_3 https://github.com/AppImage/type2-runtime/releases/download/old/runtime-fuse3-x86_64 -O ../runtime-fuse3-x86_64
|
||||
chmod +x ../runtime-fuse3-x86_64
|
||||
fi
|
||||
../appimagetool-x86_64.AppImage --runtime-file ../runtime-fuse3-x86_64 .
|
||||
|
||||
mv *imple*.AppImage ../../
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue