Skip to content

Commit

Permalink
add to start menu and desktop shortcut on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Feb 6, 2025
1 parent 5f6b1de commit bc268fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packager/PackagePeergos.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ public static void main(String[] a) throws Exception {
"--type", type,
"--icon", icon,
"--resource-dir", "deb-resources",
"--app-version", VERSION
"--app-version", VERSION,
"--win-menu",
"--win-shortcut"
//"--win-console"
);
else if (isMac) {
Expand Down

0 comments on commit bc268fe

Please sign in to comment.