mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update bootstrap.js
This commit is contained in:
parent
daf2ae2571
commit
321a83fa72
2
bootstrap.js
vendored
2
bootstrap.js
vendored
|
@ -25,7 +25,7 @@ return {
|
|||
|
||||
// register URI scheme
|
||||
console.log("Registering URI scheme...");
|
||||
REG.write(REG.HKCR, APPLICATION_NAME, "", "URL:welsonjs", REG.STRING);
|
||||
REG.write(REG.HKCR, APPLICATION_NAME, "", "URL:" + APPLICATION_NAME, REG.STRING);
|
||||
REG.write(REG.HKCR, APPLICATION_NAME, "URL Protocol", "", REG.STRING);
|
||||
REG.write(REG.HKCR, APPLICATION_NAME + "\\shell\\open\\command", "", "cscript " + SYS.getCurrentScriptDirectory() + "\\app.js uriloader \"%1\"", REG.STRING);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user