Fix installer build script

This commit is contained in:
2023-03-30 02:11:42 +02:00
parent 8b719bc3f9
commit 2a6c42829f

View File

@@ -11,7 +11,7 @@ if (Test-Path -Path ".\dist\dyn2py.exe" -PathType Leaf) {
}
# Check if dyn2py.exe exists at all
if (-not(Test-Path -Path ".\dist\dyn2py.exe" -PathType Leaf)) {
if (-not(Test-Path -Path "dyn2py.exe" -PathType Leaf)) {
throw "dyn2py.exe not found!"
}