File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff 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 : [ "scuttle-shell-browser@example.org" ] ,
2020 overwriteConfig : true ,
You can’t perform that action at this time.
0 commit comments