Skip to content

Commit

Permalink
SENTRY_DSN to .env windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed May 11, 2020
1 parent 0fe5828 commit 782f612
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install:
- ps: .\appveyor.before-build.ps1
- node --version
- npm --version
- echo SENTRY_DSN=%SENTRY_DSN% > .\electron\.env
- cd electron
- npm install
- cd ..
Expand All @@ -30,8 +31,6 @@ build_script:
- npm run build
- cd ..
- cd electron
- echo %SENTRY_DSN%
- echo "SENTRY_DSN=%SENTRY_DSN%" > .env
- npm run build
- npm run prepare_client
- npm run release

0 comments on commit 782f612

Please sign in to comment.