Skip to content

Commit

Permalink
5.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Jan 18, 2024
1 parent 8309143 commit 6e4eb4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
run: npm run build:mac --publish always
4 changes: 3 additions & 1 deletion build/mac/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ exports.default = async function notarizing(context) {
return

return await notarize({
tool: 'notarytool',
appBundleId: context.packager.appInfo.id,
teamId: '7459JWM5TY',
appPath: `${appOutDir}/${context.packager.appInfo.productFilename}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASSWORD,
appleIdPassword: process.env.APPLE_APP_SPECIFIC_PASSWORD,
})
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp
Submodule webapp updated 101 files

0 comments on commit 6e4eb4e

Please sign in to comment.