try auto suffix artifacts

pull/2762/head
Mikael Finstad 5 months ago
parent 2601307dad
commit 2601304867
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -84,7 +84,6 @@ Before releasing, consider [Maintainence chores](#maintainence-chores) first.
### Release built version
- Open draft in github and add the prepared release notes
- Add suffix `-DONT-USE-THIS-FILE` to `LosslessCut-mac-universal.pkg` and `LosslessCut-win-x64.appx`
- *If GitHub release*
- Release the draft
- *If Store-only hotfix release*

@ -305,6 +305,7 @@
]
},
"mas": {
"artifactName": "${productName}-${os}-${arch}-DONT-USE-THIS-FILE.${ext}",
"hardenedRuntime": false,
"notarize": false,
"entitlements": "entitlements.mas.plist",
@ -425,6 +426,7 @@
]
},
"appx": {
"artifactName": "${productName}-${os}-${arch}-DONT-USE-THIS-FILE.${ext}",
"applicationId": "LosslessCut",
"identityName": "57275mifi.no.LosslessCut",
"publisher": "CN=2C479316-22A8-4D63-BC38-F0FB9AB0B974",

Loading…
Cancel
Save