We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7716 commit b13285aCopy full SHA for b13285a
Software/TS_Win_Install.ps1
@@ -152,7 +152,7 @@ New-Item -Path $recent_yml_path -ItemType File -Force
152
153
# Make a ThunderScope.bat file to launch both ngscopeclient and TS.NET
154
"start /b .\ngscopeclient\ngscopeclient.exe" | Out-File ThunderScope.bat -encoding ascii
155
-"cd .\TS.NET\builds\win-x64\TS.NET.Engine\0.1.0" | Out-File ThunderScope.bat -encoding ascii -Append
+"cd .\TS.NET\builds\TS.NET.Engine\win-x64" | Out-File ThunderScope.bat -encoding ascii -Append
156
"TS.NET.Engine.exe" | Out-File ThunderScope.bat -encoding ascii -Append
157
158
# Enable use of test-signed code
0 commit comments