mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Fix installer build script
This commit is contained in:
@@ -11,7 +11,7 @@ if (Test-Path -Path ".\dist\dyn2py.exe" -PathType Leaf) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Check if dyn2py.exe exists at all
|
# 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!"
|
throw "dyn2py.exe not found!"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user