We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746e290 commit 7837db8Copy full SHA for 7837db8
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/dev.geopjr.Collision.svg
12
export DESKTOP=/usr/share/applications/dev.geopjr.Collision.desktop
13
export DEPLOY_OPENGL=1
14
+export STARTUPWMCLASS=dev.geopjr.Collision # Default to Wayland's wmclass. For X11, GTK_CLASS_FIX will force the wmclass to be the Wayland one.
15
export GTK_CLASS_FIX=1
16
17
# Trace and deploy all files and directories needed for the application (including binaries, libraries and others)
0 commit comments