Skip to content

Commit 2d3ccc4

Browse files
committed
fix: enable dependency scanning to create AppRun properly
- Uncommented quick-sharun ./AppDir/bin/am-gui call - This ensures AppRun is created during dependency deployment phase - Fixes previous AppImage creation failures due to missing AppRun - Dependencies will be properly scanned and AppRun generated automatically
1 parent fd49636 commit 2d3ccc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/make-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111

1212
# Deploy dependencies
13-
#quick-sharun \
14-
#./AppDir/bin/am-gui
13+
quick-sharun \
14+
./AppDir/bin/am-gui
1515

1616
# Additional changes can be done in between here
1717

0 commit comments

Comments
 (0)