MSI installer for all users
This commit is contained in:
+2
-1
@@ -129,7 +129,8 @@ runtime {
|
||||
if (osName.contains('windows')) {
|
||||
imageOptions += ["--icon", file("icons/icon.ico")]
|
||||
installerType = 'msi'
|
||||
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
|
||||
installerOptions += ['--win-dir-chooser', '--win-menu', '--win-shortcut', '--vendor', 'Red & Black Games', '--description', 'HyperLap2D Editor']
|
||||
resourceDir = file("resources-windows")
|
||||
} else if (osName.contains('linux')) {
|
||||
imageOptions += ["--icon", file("icons/HyperLap2D.png")]
|
||||
installerType = 'deb'
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Reference in New Issue
Block a user