1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Revert to Qt 6.3.1

6.4 crashes on some videos
This commit is contained in:
Elias Steurer 2022-07-09 19:51:57 +02:00
parent 501ac3bf9d
commit 82beeaeb05

View File

@ -12,9 +12,9 @@ if __name__ == "__main__":
# Script needs to run in the tools folder
tools_path = Path.cwd()
os.chdir(tools_path)
build(
qt_version="6.4.0",
qt_ifw_version="4.4",
build.build(
qt_version="6.3.1",
qt_ifw_version="4.3",
build_steam="ON",
build_tests="OFF",
build_release="ON",
@ -25,7 +25,7 @@ if __name__ == "__main__":
)
# Make sure to reset to tools path
os.chdir(tools_path)
steam_publish(
steam_publish.steam_publish(
steam_username="tachiom",
steam_password=args.steam_password,
set_live_branch_name="internal"