Skip to content

Commit 2a2d110

Browse files
authored
Fix Linux wm class for alpha
1 parent 9ccb9e5 commit 2a2d110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare_alpha_build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ALPHA_APP_ID = 'org.whispersystems.signal-desktop-alpha';
3636

3737
const STARTUP_WM_CLASS_PATH = 'build.linux.desktop.entry.StartupWMClass';
3838
const PRODUCTION_WM_CLASS = 'signal';
39-
const ALPHA_WM_CLASS = 'signalalpha';
39+
const ALPHA_WM_CLASS = 'signal alpha';
4040

4141
const DESKTOP_NAME_PATH = 'desktopName';
4242

0 commit comments

Comments
 (0)