update linux release script. again.
This commit is contained in:
parent
f3a61f3222
commit
9b018aadb2
|
@ -48,6 +48,7 @@ strip -s furnace
|
||||||
cd ../../..
|
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; }
|
[ -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
|
#zip -r furnace.zip LICENSE.txt Furnace*.dmg README.txt papers
|
||||||
|
|
Loading…
Reference in a new issue