Add appx dist
|
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
15
package.json
|
|
@ -58,7 +58,8 @@
|
||||||
"!src${/*}"
|
"!src${/*}"
|
||||||
],
|
],
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "release-builds"
|
"output": "release-builds",
|
||||||
|
"buildResources": "app/resources"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "app/icons/mac/icon.icns",
|
"icon": "app/icons/mac/icon.icns",
|
||||||
|
|
@ -95,9 +96,17 @@
|
||||||
"category": "Science"
|
"category": "Science"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "NSIS",
|
"target": ["NSIS", "appx"],
|
||||||
"icon": "app/icons/win/icon.ico"
|
"icon": "app/icons/win/icon.ico"
|
||||||
}
|
},
|
||||||
|
"appx":
|
||||||
|
{
|
||||||
|
"applicationId": "OpenFlexureEV",
|
||||||
|
"identityName": "60425J.T.Collins.OpenFlexureeV",
|
||||||
|
"publisher": "CN=CC867BEF-0715-4D48-8035-8881993DBB68",
|
||||||
|
"publisherDisplayName": "J. T. Collins",
|
||||||
|
"backgroundColor": "#C5247F"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"about-window": "^1.12.1",
|
"about-window": "^1.12.1",
|
||||||
|
|
|
||||||