fix: add fix for aarch64 build and start working on github upload

This commit is contained in:
DecDuck
2025-08-03 14:47:29 +10:00
parent 38dd6a2c64
commit 4389d8beb8
2 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,7 @@ set -e
arch="$(uname -m)"
git_dir="$PWD"
target_dir="$git_dir/src-tauri/target/"
target_dir="$git_dir/src-tauri/target"
appimage_dir="$git_dir/build/appimage"
appdir="$appimage_dir/drop-app.d"
@ -40,3 +40,7 @@ wget -O $appimage_dir/appimagetool https://github.com/AppImage/AppImageKit/relea
cd $appimage_dir
chmod u+x appimagetool
./appimagetool $appdir
ls "$appimage_dir/*.AppImage"
echo "v__VERSION__"