Skip to content

Commit 15a153d

Browse files
committed
Test commit : vérification du workflow
1 parent e6f7f24 commit 15a153d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

scripts/make-appimage.sh

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,24 @@ export ARCH VERSION
88
export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
11+
#Disable auto-deployment to avoid duplicating Electron libs and errors
12+
export DEPLOY_GTK=0
13+
export DEPLOY_QT=0
14+
export DEPLOY_OPENGL=0
15+
export DEPLOY_VULKAN=0
16+
export DEPLOY_SDL=0
17+
export DEPLOY_GSTREAMER=0
18+
export DEPLOY_PIPEWIRE=0
19+
export DEPLOY_LOCALE=0
20+
export DEPLOY_GDK=0
21+
export DEPLOY_IMAGEMAGICK=0
22+
export DEPLOY_GEGL=0
23+
export DEPLOY_BABL=0
24+
export STRIP=0
1125

1226
# Deploy dependencies
13-
quick-sharun ./AppDir/.DirIcon
27+
28+
quick-sharun ./AppDir/bin/am-gui
1429

1530
# Additional changes can be done in between here
1631

0 commit comments

Comments
 (0)