Skip to content

Commit b537664

Browse files
committed
EasyBuild fix for Snap & ArchLinux
1 parent 91ed628 commit b537664

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

scripts/build-archlinux.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ echo "Detected arch: $ARCH"
2424
# Tauri binary path
2525
TAURI_BIN="$ROOT_DIR/src-tauri/target/release/easyeditor"
2626
if [ ! -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 "=========================================="
3031
fi
3132

3233
# Output and build directories

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ icon: snap/gui/easyeditor.png
2626
base: core24
2727

2828
title: Easyedit
29-
license: SEE LICENSE IN LICENSE
29+
license: AGPL-3.0
3030
contact: https://github.com/gcclinux/easyeditor/discussions
3131
website: https://easyeditor.co.uk
3232
source-code: https://github.com/gcclinux/easyeditor

0 commit comments

Comments
 (0)