Updated Windows build configuration
This commit is contained in:
		
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							| @@ -36,9 +36,17 @@ | |||||||
|     "appId": "net.metaunix.sentry", |     "appId": "net.metaunix.sentry", | ||||||
|     "copyright": "Copyright © 2022 ${author}", |     "copyright": "Copyright © 2022 ${author}", | ||||||
|     "win": { |     "win": { | ||||||
|       "target": "msi", |       "target": "nsis", | ||||||
|       "icon": "build/icon.png" |       "icon": "build/icon.png" | ||||||
|     }, |     }, | ||||||
|  |     "nsis": { | ||||||
|  |       "oneClick": false, | ||||||
|  |       "perMachine": true, | ||||||
|  |       "allowElevation": true, | ||||||
|  |       "allowToChangeInstallationDirectory": true, | ||||||
|  |       "license": "LICENSE", | ||||||
|  |       "artifactName": "${productName}-${version}.${ext}" | ||||||
|  |     }, | ||||||
|     "linux": { |     "linux": { | ||||||
|       "target": [ |       "target": [ | ||||||
|         "deb", |         "deb", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user