mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
update linux release script. again.
This commit is contained in:
parent
f3a61f3222
commit
9b018aadb2
1 changed files with 2 additions and 1 deletions
|
@ -48,6 +48,7 @@ strip -s furnace
|
|||
cd ../../..
|
||||
|
||||
[ -e appimagetool-x86_64.AppImage ] || { wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" && chmod 755 appimagetool-x86_64.AppImage; }
|
||||
ARCH=$(uname -m) ./appimagetool-x86_64.AppImage furnace.AppDir
|
||||
./appimagetool-x86_64.AppImage --appimage-extract
|
||||
ARCH=$(uname -m) ./squashfs-root/AppRun furnace.AppDir
|
||||
|
||||
#zip -r furnace.zip LICENSE.txt Furnace*.dmg README.txt papers
|
||||
|
|
Loading…
Reference in a new issue