Skip to content

Commit

Permalink
Merge pull request #1506 from Expensify/andrew-desktop-script
Browse files Browse the repository at this point in the history
Move deploy specifics to github actions for desktop builds
  • Loading branch information
pecanoro authored Feb 19, 2021
2 parents b57e27c + 5d35455 commit e9eefcf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 825 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
DEVELOPER_ID_SECRET_PASSPHRASE: ${{ secrets.DEVELOPER_ID_SECRET_PASSPHRASE }}

- name: Build desktop app
run: npm run desktop-build
run: npm run desktop-build -- --publish always -c.afterSign=desktop/notarize.js
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
Expand Down
1 change: 0 additions & 1 deletion config/electron.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
extraMetadata: {
main: './desktop/main.js',
},
afterSign: 'desktop/notarize.js',
mac: {
category: 'public.app-category.finance',
icon: './desktop/icon.png',
Expand Down
Loading

0 comments on commit e9eefcf

Please sign in to comment.