diff --git a/src/UniversalValveToolbox/UniversalValveToolbox.csproj b/src/UniversalValveToolbox/UniversalValveToolbox.csproj
index bc7fdfb..08c08d6 100644
--- a/src/UniversalValveToolbox/UniversalValveToolbox.csproj
+++ b/src/UniversalValveToolbox/UniversalValveToolbox.csproj
@@ -280,8 +280,77 @@
FormSettings.cs
-
-
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
Always
diff --git a/src/UniversalValveToolbox/json/addons/7-zip.json b/src/UniversalValveToolbox/json/addons/7-zip.json
new file mode 100644
index 0000000..0ca826b
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/7-zip.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "7-Zip",
+ "Category": "",
+ "Bin": "C:\\Program Files\\7-Zip\\7zFM.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/far manager.json b/src/UniversalValveToolbox/json/addons/far manager.json
new file mode 100644
index 0000000..e2d877f
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/far manager.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Far Manager",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Far Manager\\Far.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/git bash.json b/src/UniversalValveToolbox/json/addons/git bash.json
new file mode 100644
index 0000000..0524343
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/git bash.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Git Bash",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Git\\git-bash.exe",
+ "Args": "--cd-to-home"
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/git cmd.json b/src/UniversalValveToolbox/json/addons/git cmd.json
new file mode 100644
index 0000000..5db0a41
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/git cmd.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Git CMD",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Git\\git-cmd.exe",
+ "Args": "--cd-to-home"
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/git gui.json b/src/UniversalValveToolbox/json/addons/git gui.json
new file mode 100644
index 0000000..8da1d90
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/git gui.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Git GUI",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Git\\cmd\\git-gui.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/google chrome 86.json b/src/UniversalValveToolbox/json/addons/google chrome 86.json
new file mode 100644
index 0000000..0b90437
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/google chrome 86.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Google Chrome",
+ "Category": "",
+ "Bin": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/google chrome.json b/src/UniversalValveToolbox/json/addons/google chrome.json
new file mode 100644
index 0000000..e5cebdc
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/google chrome.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Google Chrome",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/microsoft visual studio 2019 preview.json b/src/UniversalValveToolbox/json/addons/microsoft visual studio 2019 preview.json
new file mode 100644
index 0000000..d8577ba
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/microsoft visual studio 2019 preview.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Microsoft Visual Studio 2019 Preview",
+ "Category": "",
+ "Bin": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE\\devenv.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/microsoft visual studio 2022 preview.json b/src/UniversalValveToolbox/json/addons/microsoft visual studio 2022 preview.json
new file mode 100644
index 0000000..2fd1d71
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/microsoft visual studio 2022 preview.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Microsoft Visual Studio 2022 Preview",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Preview\\Common7\\IDE\\devenv.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/mozilla firefox.json b/src/UniversalValveToolbox/json/addons/mozilla firefox.json
new file mode 100644
index 0000000..aaf1448
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/mozilla firefox.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Mozilla Firefox",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Mozilla Firefox\\firefox.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/notepad++.json b/src/UniversalValveToolbox/json/addons/notepad++.json
new file mode 100644
index 0000000..5e8675a
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/notepad++.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Notepad++",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Notepad++\\notepad++.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/p4 merge.json b/src/UniversalValveToolbox/json/addons/p4 merge.json
new file mode 100644
index 0000000..b4860a5
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/p4 merge.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "P4 Merge",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Perforce\\p4merge.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/perforce.json b/src/UniversalValveToolbox/json/addons/perforce.json
new file mode 100644
index 0000000..336a8cd
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/perforce.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Perforce",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Perforce\\p4v.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/powershell 7 (x64).json b/src/UniversalValveToolbox/json/addons/powershell 7 (x64).json
new file mode 100644
index 0000000..380f891
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/powershell 7 (x64).json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "PowerShell 7 (x64)",
+ "Category": "",
+ "Bin": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
+ "Args": "-WorkingDirectory ~"
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/powershell 7 (x86).json b/src/UniversalValveToolbox/json/addons/powershell 7 (x86).json
new file mode 100644
index 0000000..382a95e
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/powershell 7 (x86).json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "PowerShell 7 (x86)",
+ "Category": "",
+ "Bin": "C:\\Program Files (x86)\\PowerShell\\7\\pwsh.exe",
+ "Args": "-WorkingDirectory ~"
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/powershell 7 preview (x64).json b/src/UniversalValveToolbox/json/addons/powershell 7 preview (x64).json
new file mode 100644
index 0000000..1ec9426
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/powershell 7 preview (x64).json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "PowerShell 7 Preview (x64)",
+ "Category": "",
+ "Bin": "C:\\Program Files\\PowerShell\\7-preview\\pwsh.exe",
+ "Args": " -WorkingDirectory ~"
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/powershell 7 preview (x86).json b/src/UniversalValveToolbox/json/addons/powershell 7 preview (x86).json
new file mode 100644
index 0000000..8cb6f6a
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/powershell 7 preview (x86).json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "PowerShell 7 Preview (x86)",
+ "Category": "",
+ "Bin": "C:\\Program Files (x86)\\PowerShell\\7-preview\\pwsh.exe",
+ "Args": "-WorkingDirectory ~"
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/steam.json b/src/UniversalValveToolbox/json/addons/steam.json
new file mode 100644
index 0000000..fc5cc54
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/steam.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Steam",
+ "Category": "",
+ "Bin": "C:\\Program Files (x86)\\Steam\\Steam.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/sublime text.json b/src/UniversalValveToolbox/json/addons/sublime text.json
new file mode 100644
index 0000000..5df4233
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/sublime text.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Sublime Text",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Sublime Text\\sublime_text.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/myOtherProgram.json b/src/UniversalValveToolbox/json/addons/template/myOtherProgram.json
similarity index 100%
rename from src/UniversalValveToolbox/json/addons/myOtherProgram.json
rename to src/UniversalValveToolbox/json/addons/template/myOtherProgram.json
diff --git a/src/UniversalValveToolbox/json/addons/myProgram.json b/src/UniversalValveToolbox/json/addons/template/myProgram.json
similarity index 100%
rename from src/UniversalValveToolbox/json/addons/myProgram.json
rename to src/UniversalValveToolbox/json/addons/template/myProgram.json
diff --git a/src/UniversalValveToolbox/json/addons/vlc.json b/src/UniversalValveToolbox/json/addons/vlc.json
new file mode 100644
index 0000000..1473ef3
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/vlc.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "VLC",
+ "Category": "",
+ "Bin": "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/vs code insiders.json b/src/UniversalValveToolbox/json/addons/vs code insiders.json
new file mode 100644
index 0000000..0cefee9
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/vs code insiders.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "VS Code Insiders",
+ "Category": "",
+ "Bin": "C:\\Program Files\\Microsoft VS Code Insiders\\Code - Insiders.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/win merge.json b/src/UniversalValveToolbox/json/addons/win merge.json
new file mode 100644
index 0000000..ca547af
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/win merge.json
@@ -0,0 +1,9 @@
+{
+ "Engines": [
+
+ ],
+ "Name": "Win Merge",
+ "Category": "",
+ "Bin": "C:\\Program Files\\WinMerge\\WinMergeU.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/addons/winrar.json b/src/UniversalValveToolbox/json/addons/winrar.json
new file mode 100644
index 0000000..c96db96
--- /dev/null
+++ b/src/UniversalValveToolbox/json/addons/winrar.json
@@ -0,0 +1,7 @@
+{
+ "Engines": [],
+ "Name": "WinRAR",
+ "Category": "",
+ "Bin": "C:\\Program Files\\WinRAR\\WinRAR.exe",
+ "Args": ""
+}
\ No newline at end of file
diff --git a/src/UniversalValveToolbox/json/engines/1840_sfm.json b/src/UniversalValveToolbox/json/engines/1840_sfm.json
index 158af68..0d40ee6 100644
--- a/src/UniversalValveToolbox/json/engines/1840_sfm.json
+++ b/src/UniversalValveToolbox/json/engines/1840_sfm.json
@@ -1,36 +1,36 @@
{
"appid": 1840,
"name": "Source Filmmaker",
- "bin": "game//sfm.exe",
+ "bin": "game\\sfm.exe",
"tools": [
{
"args": "-steam",
- "bin": "game//bin//qsdklauncher.exe",
+ "bin": "game\\bin\\qsdklauncher.exe",
"name": "SDK Launcher"
},
{
"args": "",
- "bin": "game//bin//hammer.exe",
+ "bin": "game\\bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "game//bin//hlmv.exe",
+ "bin": "game\\bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "game//bin//hlfaceposer.exe",
+ "bin": "game\\bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "game//bin//qc_eyes.exe",
+ "bin": "game\\bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-steam",
- "bin": "game//sfm.exe",
+ "bin": "game\\sfm.exe",
"name": "Run SFM"
}
]
diff --git a/src/UniversalValveToolbox/json/engines/1950750_kl.json b/src/UniversalValveToolbox/json/engines/1950750_kl.json
index 30484b4..ad1d43a 100644
--- a/src/UniversalValveToolbox/json/engines/1950750_kl.json
+++ b/src/UniversalValveToolbox/json/engines/1950750_kl.json
@@ -5,33 +5,43 @@
"tools": [
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hammer.exe",
- "name": "Valve Hammer Editor (Slamin Tools)"
+ "bin": "bin\\hammer.exe",
+ "name": "Valve Hammer Editor (Slammin' Source Tools)"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
+ },
+ {
+ "args": "",
+ "bin": "sdktools\\SourceSDK.ENV.Editor\\SourceSDK.ENV.Editor.exe",
+ "name": "SourceSDK ENV Editor"
},
{
- "args": "-tools",
+ "args": "-tools -steam -game klall",
"bin": "kl.exe",
"name": "Engine Tools"
+ },
+ {
+ "args": "-steam -game klall",
+ "bin": "kl.exe",
+ "name": "Run Game"
}
]
}
diff --git a/src/UniversalValveToolbox/json/engines/1966980_bst.json b/src/UniversalValveToolbox/json/engines/1966980_bst.json
index b830ca0..4523750 100644
--- a/src/UniversalValveToolbox/json/engines/1966980_bst.json
+++ b/src/UniversalValveToolbox/json/engines/1966980_bst.json
@@ -5,33 +5,43 @@
"tools": [
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hammer.exe",
- "name": "Valve Hammer Editor (Slamin Tools)"
+ "bin": "bin\\hammer.exe",
+ "name": "Valve Hammer Editor (Slammin' Source Tools)"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
+ },
+ {
+ "args": "",
+ "bin": "sdktools\\SourceSDK.ENV.Editor\\SourceSDK.ENV.Editor.exe",
+ "name": "SourceSDK ENV Editor"
},
{
- "args": "-tools",
+ "args": "-tools -steam -game bst",
"bin": "bst.exe",
"name": "Engine Tools"
+ },
+ {
+ "args": "-steam -game bst",
+ "bin": "bst.exe",
+ "name": "Run Game"
}
]
}
diff --git a/src/UniversalValveToolbox/json/engines/211_source.sdk.json b/src/UniversalValveToolbox/json/engines/211_source.sdk.json
index 38fb2a4..1f1b66b 100644
--- a/src/UniversalValveToolbox/json/engines/211_source.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/211_source.sdk.json
@@ -5,7 +5,7 @@
"tools": [
{
"args": "-steam -game launcher",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
}
]
diff --git a/src/UniversalValveToolbox/json/engines/220_hl2.sdk.json b/src/UniversalValveToolbox/json/engines/220_hl2.sdk.json
index cb3c02c..944751d 100644
--- a/src/UniversalValveToolbox/json/engines/220_hl2.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/220_hl2.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/240_css.sdk.json b/src/UniversalValveToolbox/json/engines/240_css.sdk.json
index 1421e70..eb72a67 100644
--- a/src/UniversalValveToolbox/json/engines/240_css.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/240_css.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/243730_ssdk2013sp.json b/src/UniversalValveToolbox/json/engines/243730_ssdk2013sp.json
index ceb05bb..763b25f 100644
--- a/src/UniversalValveToolbox/json/engines/243730_ssdk2013sp.json
+++ b/src/UniversalValveToolbox/json/engines/243730_ssdk2013sp.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/243750_ssdk2013mp.json b/src/UniversalValveToolbox/json/engines/243750_ssdk2013mp.json
index dbe9d37..3643563 100644
--- a/src/UniversalValveToolbox/json/engines/243750_ssdk2013mp.json
+++ b/src/UniversalValveToolbox/json/engines/243750_ssdk2013mp.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/254430_hl.sdk.json b/src/UniversalValveToolbox/json/engines/254430_hl.sdk.json
index 2a40836..0f5b8cd 100644
--- a/src/UniversalValveToolbox/json/engines/254430_hl.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/254430_hl.sdk.json
@@ -5,7 +5,7 @@
"tools": [
{
"args": "",
- "bin": "Hammer Editor//hammer.exe",
+ "bin": "Hammer Editor\\hammer.exe",
"name": "Valve Hammer Editor"
}
]
diff --git a/src/UniversalValveToolbox/json/engines/280740_aperturetag.sdk.json b/src/UniversalValveToolbox/json/engines/280740_aperturetag.sdk.json
index a0e6ef8..1fc2b12 100644
--- a/src/UniversalValveToolbox/json/engines/280740_aperturetag.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/280740_aperturetag.sdk.json
@@ -5,32 +5,32 @@
"tools": [
{
"args": "-steam -game aperturetag",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "-steam -game aperturetag",
- "bin": "bin//p2map_publish.exe",
+ "bin": "bin\\p2map_publish.exe",
"name": "Aperture Tag Publish Tool"
},
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/280_hl1source.sdk.json b/src/UniversalValveToolbox/json/engines/280_hl1source.sdk.json
index 20c768f..032f4d5 100644
--- a/src/UniversalValveToolbox/json/engines/280_hl1source.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/280_hl1source.sdk.json
@@ -5,22 +5,22 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/300_dod.sdk.json b/src/UniversalValveToolbox/json/engines/300_dod.sdk.json
index 919962c..b8a0fb5 100644
--- a/src/UniversalValveToolbox/json/engines/300_dod.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/300_dod.sdk.json
@@ -5,22 +5,22 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/320_hl2dm.sdk.json b/src/UniversalValveToolbox/json/engines/320_hl2dm.sdk.json
index a92bf32..d98eac7 100644
--- a/src/UniversalValveToolbox/json/engines/320_hl2dm.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/320_hl2dm.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/340_hl2lc.sdk.json b/src/UniversalValveToolbox/json/engines/340_hl2lc.sdk.json
index c27ac50..5ebdb33 100644
--- a/src/UniversalValveToolbox/json/engines/340_hl2lc.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/340_hl2lc.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/360_hl1sourcedeathmatch.sdk.json b/src/UniversalValveToolbox/json/engines/360_hl1sourcedeathmatch.sdk.json
index 6c25898..768cb15 100644
--- a/src/UniversalValveToolbox/json/engines/360_hl1sourcedeathmatch.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/360_hl1sourcedeathmatch.sdk.json
@@ -5,22 +5,22 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/362890_bmssdk.json b/src/UniversalValveToolbox/json/engines/362890_bmssdk.json
index 80f448d..2a76250 100644
--- a/src/UniversalValveToolbox/json/engines/362890_bmssdk.json
+++ b/src/UniversalValveToolbox/json/engines/362890_bmssdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
"args": "-steam -game bms",
- "bin": "bin//blackmesa_publish.exe",
+ "bin": "bin\\blackmesa_publish.exe",
"name": "Black Mesa Publish Tool"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/380_hl2episodic.sdk.json b/src/UniversalValveToolbox/json/engines/380_hl2episodic.sdk.json
index 6d08a92..cef5dbf 100644
--- a/src/UniversalValveToolbox/json/engines/380_hl2episodic.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/380_hl2episodic.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/399120_prospekt.sdk.json b/src/UniversalValveToolbox/json/engines/399120_prospekt.sdk.json
index 86d1489..b42a712 100644
--- a/src/UniversalValveToolbox/json/engines/399120_prospekt.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/399120_prospekt.sdk.json
@@ -5,22 +5,22 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/4000_garrysmod.sdk.json b/src/UniversalValveToolbox/json/engines/4000_garrysmod.sdk.json
index 3cc84a1..0e7410a 100644
--- a/src/UniversalValveToolbox/json/engines/4000_garrysmod.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/4000_garrysmod.sdk.json
@@ -5,22 +5,22 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/400_portal.sdk.json b/src/UniversalValveToolbox/json/engines/400_portal.sdk.json
index 638d3c7..ebb32c5 100644
--- a/src/UniversalValveToolbox/json/engines/400_portal.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/400_portal.sdk.json
@@ -5,22 +5,22 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/420_hl2ep2.sdk.json b/src/UniversalValveToolbox/json/engines/420_hl2ep2.sdk.json
index b582e0b..ad69b86 100644
--- a/src/UniversalValveToolbox/json/engines/420_hl2ep2.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/420_hl2ep2.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/440_tf2.sdk.json b/src/UniversalValveToolbox/json/engines/440_tf2.sdk.json
index 8fc10b3..1788ed7 100644
--- a/src/UniversalValveToolbox/json/engines/440_tf2.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/440_tf2.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/500_l4d.sdk.json b/src/UniversalValveToolbox/json/engines/500_l4d.sdk.json
index 79697d4..a377d36 100644
--- a/src/UniversalValveToolbox/json/engines/500_l4d.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/500_l4d.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "-steam -game left4dead",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/550_l4d2.sdk.json b/src/UniversalValveToolbox/json/engines/550_l4d2.sdk.json
index 37ccc20..0074a27 100644
--- a/src/UniversalValveToolbox/json/engines/550_l4d2.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/550_l4d2.sdk.json
@@ -5,37 +5,37 @@
"tools": [
{
"args": "-steam -game left4dead2",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "-steam -game left4dead2",
- "bin": "bin//l4d2_workshop_manager.exe",
+ "bin": "bin\\l4d2_workshop_manager.exe",
"name": "Left 4 Dead 2 Workshop Manager"
},
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/570_dota2sdk.json b/src/UniversalValveToolbox/json/engines/570_dota2sdk.json
index d6059e2..70a347a 100644
--- a/src/UniversalValveToolbox/json/engines/570_dota2sdk.json
+++ b/src/UniversalValveToolbox/json/engines/570_dota2sdk.json
@@ -5,12 +5,12 @@
"tools": [
{
"args": "-steam -game dota",
- "bin": "game//bin//win64//dota2cfg.exe",
+ "bin": "game\\bin\\win64\\dota2cfg.exe",
"name": "Dota 2 Workshop Manager (x64)"
},
{
"args": "-steam -game dota",
- "bin": "game//bin//win64//dota2.exe",
+ "bin": "game\\bin\\win64\\dota2.exe",
"name": "Run Game (x64)"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/620_portal2.sdk.json b/src/UniversalValveToolbox/json/engines/620_portal2.sdk.json
index 2395516..63fd833 100644
--- a/src/UniversalValveToolbox/json/engines/620_portal2.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/620_portal2.sdk.json
@@ -5,37 +5,37 @@
"tools": [
{
"args": "-steam -game portal2",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "-steam -game portal2",
- "bin": "bin//p2map_publish.exe",
+ "bin": "bin\\p2map_publish.exe",
"name": "Portal 2 Publish Tool"
},
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hammerplusplus.exe",
+ "bin": "bin\\hammerplusplus.exe",
"name": "Valve Hammer Editor ++"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/630_alienswarm.sdk.json b/src/UniversalValveToolbox/json/engines/630_alienswarm.sdk.json
index aa51c4f..4886382 100644
--- a/src/UniversalValveToolbox/json/engines/630_alienswarm.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/630_alienswarm.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "-steam -game swarm",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{
diff --git a/src/UniversalValveToolbox/json/engines/730_csgo.sdk.json b/src/UniversalValveToolbox/json/engines/730_csgo.sdk.json
index a109247..b25b1c9 100644
--- a/src/UniversalValveToolbox/json/engines/730_csgo.sdk.json
+++ b/src/UniversalValveToolbox/json/engines/730_csgo.sdk.json
@@ -5,27 +5,27 @@
"tools": [
{
"args": "",
- "bin": "bin//SDKLauncher.exe",
+ "bin": "bin\\SDKLauncher.exe",
"name": "Authoring Tools Launcher"
},
{
"args": "-nop4",
- "bin": "bin//hammer.exe",
+ "bin": "bin\\hammer.exe",
"name": "Valve Hammer Editor"
},
{
"args": "",
- "bin": "bin//hlmv.exe",
+ "bin": "bin\\hlmv.exe",
"name": "Half-Life Model Viewer"
},
{
"args": "",
- "bin": "bin//hlfaceposer.exe",
+ "bin": "bin\\hlfaceposer.exe",
"name": "Half-Life FacePoser"
},
{
"args": "",
- "bin": "bin//qc_eyes.exe",
+ "bin": "bin\\qc_eyes.exe",
"name": "QC Eyes"
},
{