mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Revert to bat file
this works always, the ps1 script stopped working for some reason....
This commit is contained in:
parent
29ca12fc6e
commit
e2e1a05347
@ -78,11 +78,7 @@ without the ScreenPlay-vcpkg folder (E.g. py .\setup.py --path "D:/Backup/Code/Q
|
||||
vcpkg_command = "vcpkg.exe"
|
||||
vcpkg_packages_list.append("infoware[d3d]")
|
||||
vcpkg_packages_list.append("sentry-native")
|
||||
if shutil.which("pwsh"):
|
||||
print("Using experimental pwsh, may not work properly.")
|
||||
platform_command.add("pwsh.exe -NoProfile -ExecutionPolicy Bypass .\scripts\\bootstrap.ps1", vcpkg_path)
|
||||
else:
|
||||
platform_command.add("bootstrap-vcpkg.bat", vcpkg_path, False)
|
||||
platform_command.add("bootstrap-vcpkg.bat", vcpkg_path, False)
|
||||
platform_command.add(download_prebuild_ffmpeg)
|
||||
vcpkg_triplet = ["x64-windows"]
|
||||
elif system() == "Darwin":
|
||||
|
Loading…
Reference in New Issue
Block a user