1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Revert to bat file

this works always, the ps1 script stopped working
for some reason....
This commit is contained in:
Elias Steurer 2022-07-15 13:11:09 +02:00
parent 29ca12fc6e
commit e2e1a05347

View File

@ -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":