Skip to content

Commit b13285a

Browse files
authored
Update path for TS.NET.Engine in ThunderScope.bat
1 parent 83a7716 commit b13285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/TS_Win_Install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ New-Item -Path $recent_yml_path -ItemType File -Force
152152

153153
# Make a ThunderScope.bat file to launch both ngscopeclient and TS.NET
154154
"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
155+
"cd .\TS.NET\builds\TS.NET.Engine\win-x64" | Out-File ThunderScope.bat -encoding ascii -Append
156156
"TS.NET.Engine.exe" | Out-File ThunderScope.bat -encoding ascii -Append
157157

158158
# Enable use of test-signed code

0 commit comments

Comments
 (0)