This commit is contained in:
xiaoyeliu
2025-11-17 10:14:29 +08:00
parent f646809e0c
commit 2bdd52a56e

View File

@@ -91,7 +91,7 @@ echo -n "Creating Appimage for distribution..."
chmod +x ../build_appimage.sh
../build_appimage.sh
popd > /dev/null
mv package/"@SLIC3R_APP_KEY@_Linux_V@SoftFever_VERSION@.AppImage" "@SLIC3R_APP_KEY@_Linux_V@SoftFever_VERSION@.AppImage"
mv package/"@SLIC3R_APP_KEY@_Linux_V@Snapmaker_VERSION@.AppImage" "@SLIC3R_APP_KEY@_Linux_V@Snapmaker_VERSION@.AppImage"
#} &> $ROOT/Build.log # Capture all command output
echo "done"
fi