Skip to content

Commit

Permalink
Don't upload symbols to sentry
Browse files Browse the repository at this point in the history
It's not working right now
  • Loading branch information
muffinista committed Aug 30, 2019
1 parent 2039270 commit b26e8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"run-local": "yarn compile && electron output/main.js",
"grab-screens": "bin/capture-screens.js",
"release": "node bin/download-screensavers.js && yarn dist",
"publish-release": "node bin/generate-release.js && git push origin master && node bin/sentry-symbols.js"
"publish-release": "node bin/generate-release.js && git push origin master"
},
"resources": {
"savers": "before-dawn-screensavers-v0.9.36.zip",
Expand Down

0 comments on commit b26e8ef

Please sign in to comment.