File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Set-Location ../TS.NET/build-scripts
141141
142142# Copy the libtslitex DLL into the same directory as the TS.NET executable
143143Set-Location ../ ..
144- Copy-Item .\libtslitex\build\artifacts\libtslitex\tslitex.dll .\TS.NET\builds\win - x64\ TS.NET.Engine\0.1 . 0 \tslitex.dll
144+ Copy-Item .\libtslitex\build\artifacts\libtslitex\tslitex.dll .\TS.NET\builds\TS.NET.Engine\win - x64 \tslitex.dll
145145
146146# Add a ThunderScope entry to ngscopeclient recent.yml
147147$recent_yml_path = Join-Path - Path $env: USERPROFILE - ChildPath " AppData\Roaming\ngscopeclient\recent.yml"
@@ -163,4 +163,4 @@ $driver_inf_path = Join-Path -Path $PWD -ChildPath "ts_litex_driver_win\x64\Rele
163163reg add " HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" / v RunScript / t REG_SZ / d " pnputil /add-driver $driver_inf_path /install"
164164
165165# Ask user to restart their computer for testsigning mode to take effect
166- Write-Host " Install Complete, Please Restart Your Computer" - ForegroundColor green
166+ Write-Host " Install Complete, Please Restart Your Computer" - ForegroundColor green
You can’t perform that action at this time.
0 commit comments