use mas and dmg for now
This commit is contained in:
parent
a99b0a7613
commit
ae301b49e5
2 changed files with 10 additions and 2 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
@ -103,5 +103,5 @@ jobs:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: macOS
|
name: macOS
|
||||||
# A file, directory or wildcard pattern that describes what to upload
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
path: dist/*.pkg
|
path: dist/
|
||||||
# The desired behavior if no files are found using the provided path.
|
# The desired behavior if no files are found using the provided path.
|
||||||
|
|
10
package.json
10
package.json
|
@ -168,6 +168,14 @@
|
||||||
"isRelocatable": false,
|
"isRelocatable": false,
|
||||||
"overwriteAction": "upgrade"
|
"overwriteAction": "upgrade"
|
||||||
},
|
},
|
||||||
|
"dmg": {
|
||||||
|
"background": "./resources/bg.png",
|
||||||
|
"icon": "resources/icons/icon.ico"
|
||||||
|
},
|
||||||
|
"mas": {
|
||||||
|
"entitlements": "./resources/entitlements.mac.plist",
|
||||||
|
"entitlementsInherit": "./resources/entitlements.mac.plist"
|
||||||
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
|
@ -187,7 +195,7 @@
|
||||||
"entitlementsInherit": "./resources/entitlements.mac.plist",
|
"entitlementsInherit": "./resources/entitlements.mac.plist",
|
||||||
"darkModeSupport": true,
|
"darkModeSupport": true,
|
||||||
"target": [
|
"target": [
|
||||||
"pkg"
|
"dmg" , "mas"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue