From 9b018aadb248104c2269a76e29b05568f4d3e9de Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 17 Jan 2022 17:16:05 -0500 Subject: [PATCH] update linux release script. again. --- scripts/release-linux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index d9134bfa9..96e0e33c4 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -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