Skip to content

Commit 013d6c1

Browse files
authored
Update make-appimage.sh
1 parent cb987f3 commit 013d6c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

make-appimage.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}
1111
export ICON=/usr/share/icons/hicolor/scalable/apps/se.sjoerd.Graphs.svg
1212
export DESKTOP=/usr/share/applications/se.sjoerd.Graphs.desktop
1313
export DEPLOY_SYS_PYTHON=1
14-
export DEBLOAT_SYS_PYTHON=0 # debloating clears pycache, which is useful for app startup times
1514
export DEPLOY_GTK=1
1615
export GTK_DIR=gtk-4.0
1716
export ANYLINUX_LIB=1
1817
export DEPLOY_LOCALE=1
1918
export PATH_MAPPING_HARDCODED='libgraphs.so*' # Needed for locale, as the locale override in python executable doesn't work
2019
export STARTUPWMCLASS=se.sjoerd.Graphs # Default to Wayland's wmclass. For X11, GTK_CLASS_FIX will force the wmclass to be the Wayland one.
2120
export GTK_CLASS_FIX=1
22-
export OPTIMIZE_LAUNCH=1
2321

2422
# Deploy dependencies
2523
quick-sharun /usr/bin/graphs \

0 commit comments

Comments
 (0)