添加Linux appimage格式

This commit is contained in:
Tlntin
2022-12-10 22:09:46 +08:00
parent 718280fe59
commit 6dfa8e7a2f
2 changed files with 3 additions and 2 deletions

3
script/build.sh vendored
View File

@@ -102,7 +102,8 @@ do
if [[ "$OSTYPE" =~ ^linux ]]; then
npm run tauri build
mv src-tauri/target/release/bundle/deb/*.deb output/linux/${package_title}_amd64.deb
mv src-tauri/target/release/bundle/deb/${package_prefix}-${package_name}*.deb output/linux/${package_title}_amd64.deb
mv src-tauri/target/release/bundle/appimage/${package_prefix}-${package_name}*.AppImage output/linux/${package_title}_amd64.AppImage
fi
if [[ "$OSTYPE" =~ ^darwin ]]; then