mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 10:42:29 +01:00
Fix Godot 4.2 to stable
This commit is contained in:
parent
befdccd306
commit
3657ebb026
@ -62,7 +62,7 @@ set(VCPKG_BIN_PATH "${VCPKG_INSTALLED_PATH}/bin")
|
||||
set(GODOT_VERSION_MAJOR "4")
|
||||
set(GODOT_VERSION_MINOR "2")
|
||||
set(GODOT_VERSION_PATCH "")
|
||||
set(GODOT_RELEASE_TYPE "rc2")
|
||||
set(GODOT_RELEASE_TYPE "stable")
|
||||
|
||||
# Use an if statement to check if GODOT_VERSION_PATCH is empty or not
|
||||
if(GODOT_VERSION_PATCH STREQUAL "")
|
||||
|
@ -38,7 +38,7 @@ VCPKG_BASE_PACKAGES = [
|
||||
PYTHON_EXECUTABLE = "python" if sys.platform == "win32" else "python3"
|
||||
FFMPEG_VERSION = "6.0"
|
||||
GODOT_VERSION = "4.2"
|
||||
GODOT_RELEASE_TYPE = ""
|
||||
GODOT_RELEASE_TYPE = "stable"
|
||||
GODOT_DOWNLOAD_SERVER = "https://github.com/godotengine/godot-builds/releases/download"
|
||||
if sys.platform == "win32":
|
||||
SCREENPLAYWALLPAPER_GODOT_EXECUTABLE = "ScreenPlayWallpaperGodot.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user