File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ echo "Detected arch: $ARCH"
2424# Tauri binary path
2525TAURI_BIN=" $ROOT_DIR /src-tauri/target/release/easyeditor"
2626if [ ! -f " $TAURI_BIN " ]; then
27- echo " Tauri binary not found at $TAURI_BIN "
28- echo " Run 'npm run tauri:build' first to produce the release binary."
29- exit 1
27+ echo " =========================================="
28+ echo " Tauri binary not found. Building now..."
29+ npm run tauri:build -- --bundles deb
30+ echo " =========================================="
3031fi
3132
3233# Output and build directories
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ icon: snap/gui/easyeditor.png
2626base : core24
2727
2828title : Easyedit
29- license : SEE LICENSE IN LICENSE
29+ license : AGPL-3.0
3030contact : https://github.com/gcclinux/easyeditor/discussions
3131website : https://easyeditor.co.uk
3232source-code : https://github.com/gcclinux/easyeditor
You can’t perform that action at this time.
0 commit comments