Skip to content

Commit 173389a

Browse files
authored
Fix StartupWMClass on Wayland (#4)
Wayland is sensitive to cases in `wmclass`, while X11 is not, so `freetube` works on X11 also.
1 parent 217c496 commit 173389a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}
1010
export DEPLOY_OPENGL=1
1111
export DEPLOY_VULKAN=1
1212
export DEPLOY_PIPEWIRE=1
13+
export STARTUPWMCLASS=freetube
1314

1415
# Deploy dependencies
1516
quick-sharun ./AppDir/bin/*

0 commit comments

Comments
 (0)