Add Winget building to CircleCI artifacts (#522)

* Add config for winget electron builder

* add winget build run in circleCI

* add winget building in scripts
This commit is contained in:
yazninja 2022-03-01 07:48:00 +03:00 committed by GitHub
parent 5a160068cf
commit b09ec0100a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 0 deletions

View file

@ -56,6 +56,11 @@ jobs:
command: yarn dist -w --x64 -p never
post-steps:
- jira/notify
- run:
name: Generate Builds (Winget)
command: yarn winget -p never
post-steps:
- jira/notify
- run:
name: Move Build Files
command: |