mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Remove non-free, non-microsoft, and no-updates in uriloader.js
This commit is contained in:
parent
7c0adf8f00
commit
34e97347f2
37
uriloader.js
37
uriloader.js
|
@ -1,8 +1,7 @@
|
|||
//////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// uriloader.js
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// URI scheme loader for WelsonJS framework
|
||||
// Namhyeon Go <abuse@catswords.net>
|
||||
// https;//github.com/gnh1201/welsonjs
|
||||
var SYS = require("lib/system");
|
||||
var SHELL = require("lib/shell");
|
||||
var URI = require("lib/uri");
|
||||
|
@ -68,42 +67,12 @@ function main(args) {
|
|||
]);
|
||||
break;
|
||||
|
||||
case "ldmultiplayer":
|
||||
commands.push([
|
||||
"%SYSTEMDRIVE%\\LDPlayer\LDPlayer3.0\\dnmultiplayer.exe"
|
||||
]);
|
||||
break;
|
||||
|
||||
case "noxmultiplayer":
|
||||
commands.push([
|
||||
"%PROGRAMFILES(X86)%\\Nox\\bin\\MultiPlayerManager.exe"
|
||||
]);
|
||||
break;
|
||||
|
||||
case "codingschool":
|
||||
commands.push([
|
||||
"%PROGRAMFILES(X86)\\CodingSchool3\\CodingSchool3.exe"
|
||||
]);
|
||||
break;
|
||||
|
||||
case "arduino":
|
||||
commands.push([
|
||||
"%PROGRAMFILES(X86)%\\Arduino\\arduino.exe"
|
||||
]);
|
||||
break;
|
||||
|
||||
case "opentyping":
|
||||
commands.push([
|
||||
SYS.getCurrentScriptDirectory() + "\\bin\\OpenTyping\\OpenTyping.exe"
|
||||
]);
|
||||
break;
|
||||
|
||||
case "hnctt80":
|
||||
commands.push([
|
||||
"%PROGRAMFILES(X86)%\\HNC\\HncTT80\\HncTT.exe"
|
||||
]);
|
||||
break;
|
||||
|
||||
dafault:
|
||||
console.log("Unknown application");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user