fix: launch trainer from extracted archive

This commit is contained in:
2026-08-14 05:12:47 -05:00
parent aab9ce0fe7
commit 3a568d150b
6 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$ErrorActionPreference = "Stop"
$release = "0.2.1-jrich-2"
$release = "0.2.1-jrich-3"
$source = (& wsl.exe wslpath -a -u -- $PSScriptRoot).Trim()
if ($LASTEXITCODE -ne 0 -or -not $source) {