mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
chore: update win store release flow
This commit is contained in:
parent
a8d371ed53
commit
7a7cabbb95
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -56,4 +56,5 @@ electron/**/*.js.map
|
|||
all-certs.p12
|
||||
mac-cert.tar
|
||||
build/electron-builder.appx.yaml
|
||||
electron-builder.win-store.yaml
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"dist:win": "yarn buildAllElectron:noTests && electron-builder --win",
|
||||
"dist:win:only": "electron-builder --win",
|
||||
"dist:win:appx": "yarn buildAllElectron:prod && electron-builder --win --config=build/electron-builder.appx.yaml",
|
||||
"dist:win:store": "git stash && git pull && yarn && git stash pop && yarn dist:win",
|
||||
"dist:win:store": "git pull && yarn && copy electron-builder.win-store.yaml electron-builder.yaml && yarn dist:win && git checkout electron-builder.yaml || git checkout electron-builder.yaml",
|
||||
"dist:mac:dl": "cp dl.provisionprofile embedded.provisionprofile && electron-builder --mac",
|
||||
"dist:mac:mas": "cp mas.provisionprofile embedded.provisionprofile; electron-builder --mac mas --config=build/electron-builder.mas.yaml",
|
||||
"dist:mac:mas:dev": "cp mas-dev.provisionprofile embedded.provisionprofile; electron-builder --mac mas-dev --config=build/electron-builder.mas-dev.yaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue