build: remove appimage

This commit is contained in:
MystiPanda
2024-06-08 19:36:58 +08:00
parent b4349afb1b
commit ae81b37c1d
6 changed files with 18 additions and 49 deletions

View File

@@ -1,8 +1,5 @@
pnpm install
pnpm check $INPUT_TARGET
sed -i "s/#openssl/openssl={version=\"0.10\",features=[\"vendored\"]}/g" src-tauri/Cargo.toml
if [ "$INPUT_TARGET" = "x86_64-unknown-linux-gnu" ]; then
cargo tauri build --target $INPUT_TARGET
else
cargo tauri build --target $INPUT_TARGET -b deb,rpm
fi
cargo tauri build --target $INPUT_TARGET