File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,24 @@ export ARCH VERSION
88export OUTPATH=./dist
99export ADD_HOOKS=" self-updater.bg.hook:fix-namespaces.hook"
1010export 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
You can’t perform that action at this time.
0 commit comments