We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d36c23 commit 1fb36b8Copy full SHA for 1fb36b8
make-appimage.sh
@@ -11,6 +11,7 @@ export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}
11
export ICON=/usr/share/icons/hicolor/scalable/apps/se.sjoerd.Graphs.svg
12
export DESKTOP=/usr/share/applications/se.sjoerd.Graphs.desktop
13
export DEPLOY_SYS_PYTHON=1
14
+export DEBLOAT_SYS_PYTHON=0 # debloating clears pycache, which is useful for app startup times
15
export DEPLOY_GTK=1
16
export GTK_DIR=gtk-4.0
17
export ANYLINUX_LIB=1
0 commit comments