build: remove cargo-bundle fields, move platforms out of scripts dir

This commit is contained in:
ardocrat
2024-06-20 13:27:14 +03:00
parent c97aa2062d
commit a58366e2f1
10 changed files with 9 additions and 22 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ cargo install cargo-zigbuild
cargo zigbuild --release --target ${arch}
# Create AppImage with https://github.com/AppImage/appimagetool
cp target/${arch}/release/grim scripts/linux/Grim.AppDir/AppRun
cp target/${arch}/release/grim linux/Grim.AppDir/AppRun
rm target/${arch}/release/*.AppImage
appimagetool scripts/linux/Grim.AppDir
appimagetool linux/Grim.AppDir
mv *.AppImage target/${arch}/release/Grim-0.1.0-linux-$1.AppImage