Skip to content

Commit

Permalink
Defines a specific startmenu folder when installed on windows (previo…
Browse files Browse the repository at this point in the history
…usly installed under "unknown") (#62)
  • Loading branch information
sdbuehlmann committed Jan 4, 2024
1 parent 1468b0a commit 990c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ runtime {
'--win-per-user-install',
'--win-dir-chooser',
'--win-menu',
'--win-menu-group SIARD', // otherwise, the folder will be named "unknown"
'--win-menu-group', 'SIARD', // otherwise, the folder will be named "unknown"
'--win-shortcut'
]
} else if (currentOs.linux) {
Expand Down

0 comments on commit 990c9ab

Please sign in to comment.