Skip to content

Commit

Permalink
running script from setup dir
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Dec 14, 2020
1 parent 9a48e63 commit fc6a41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"run": "run-p run:*",
"webext:build": "web-ext build",
"webext:sign": "web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET",
"setup:native-host": "node setup/native-host.js"
"setup:native-host": "cd setup; node native-host.js"
},
"webExt": {
"sourceDir": "webext/"
Expand Down
2 changes: 1 addition & 1 deletion setup/native-host.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const setup = new Setup({
hostDescription: "Exposes an ssb-client to the scuttle shell browser extension",
browser: "firefox",
hostName: "scuttle_shell_browser",
mainScriptFile: "host/host-script.js",
mainScriptFile: "../host/host-script.js",
chromeExtensionIds: ["chrome-extension://xxxxxx"],
webExtensionIds: ["scuttle-shell-browser@example.org"],
overwriteConfig: true,
Expand Down

0 comments on commit fc6a41f

Please sign in to comment.