Skip to content

Commit 611232a

Browse files
committed
Revert "running script from setup dir"
This reverts commit fc6a41f.
1 parent c31de73 commit 611232a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"run": "run-p run:*",
1111
"webext:build": "web-ext build",
1212
"webext:sign": "web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET",
13-
"setup:native-host": "cd setup; node native-host.js"
13+
"setup:native-host": "node setup/native-host.js"
1414
},
1515
"webExt": {
1616
"sourceDir": "webext/"

setup/native-host.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const setup = new Setup({
1414
hostDescription: "Exposes an ssb-client to the scuttle shell browser extension",
1515
browser: "firefox",
1616
hostName: "scuttle_shell_browser",
17-
mainScriptFile: "../host/host-script.js",
17+
mainScriptFile: "host/host-script.js",
1818
chromeExtensionIds: ["chrome-extension://xxxxxx"],
1919
webExtensionIds: ["[email protected]"],
2020
overwriteConfig: true,

0 commit comments

Comments
 (0)