Skip to content

Commit 83a7716

Browse files
authored
Update path for copying tslitex.dll
1 parent 6c5ea2b commit 83a7716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Software/TS_Win_Install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
143143
Set-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
163163
reg 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

0 commit comments

Comments
 (0)