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 10
10
"run" : " run-p run:*" ,
11
11
"webext:build" : " web-ext build" ,
12
12
"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"
14
14
},
15
15
"webExt" : {
16
16
"sourceDir" : " webext/"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const setup = new Setup({
14
14
hostDescription : "Exposes an ssb-client to the scuttle shell browser extension" ,
15
15
browser : "firefox" ,
16
16
hostName : "scuttle_shell_browser" ,
17
- mainScriptFile : "../ host/host-script.js" ,
17
+ mainScriptFile : "host/host-script.js" ,
18
18
chromeExtensionIds : [ "chrome-extension://xxxxxx" ] ,
19
19
webExtensionIds :
[ "[email protected] " ] ,
20
20
overwriteConfig : true ,
You can’t perform that action at this time.
0 commit comments