Skip to content

Commit

Permalink
Build a system-wide installer for Windows
Browse files Browse the repository at this point in the history
Unforunately URI handlers must be installed system-wide
so to enable this feature MapTool needs to be built as a system app.
  • Loading branch information
fishface60 committed Feb 1, 2025
1 parent cf52e7b commit 754584e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ runtime {
imageOptions += ['--icon', 'package/windows/' + project.name + developerRelease + '.ico']
installerOptions += [
'--win-dir-chooser',
'--win-per-user-install',
'--win-shortcut',
'--win-menu',
'--win-menu-group', vendor,
Expand Down

0 comments on commit 754584e

Please sign in to comment.