Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
sentry key change
Browse files Browse the repository at this point in the history
  • Loading branch information
harisvsulaiman committed Oct 10, 2017
1 parent 5dd370d commit 4e5f19f
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 1,889 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const RAVEN_URL = "https://[email protected]/213857";
const RAVEN_URL = "https://eee3dc743c7a43b898955307deab54cc:4183890553ba40b4ae491b8e2d32d052@sentry.io/213857";
module.exports = {
RAVEN_URL
};
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.harisvsulaiman.pushy (0.1.3) xenial; urgency=low
com.github.harisvsulaiman.pushy (0.1.4) xenial; urgency=low

* Initial Release.

Expand Down
6 changes: 2 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ executable(
install : true
)

subdir('data')

meson.add_install_script('meson/post_install.py')

meson.add_postconf_script('./npm_install.sh')

subdir('data')

install_subdir('com.github.harisvsulaiman.pushy.node', install_dir : 'bin')
install_subdir('com.github.harisvsulaiman.pushy.node', install_dir : 'bin')
Loading

0 comments on commit 4e5f19f

Please sign in to comment.