Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions monobean/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ def setup_environmental_variables():
exit()

# concatenate the URL with the latest release tag
GTK_PKG = "https://github.com/wingtk/gvsbuild/releases/latest"
gtk_ver = get_redirected_url(GTK_PKG).split("/")[-1]
gtk_url = f"https://github.com/wingtk/gvsbuild/releases/download/{gtk_ver}/GTK4_Gvsbuild_{gtk_ver}_x64.zip"
# GTK_PKG = "https://github.com/wingtk/gvsbuild/releases/latest"
# gtk_ver = get_redirected_url(GTK_PKG).split("/")[-1]
# gtk_url = f"https://github.com/wingtk/gvsbuild/releases/download/{gtk_ver}/GTK4_Gvsbuild_{gtk_ver}_x64.zip"
gtk_url = f"https://file.gitmega.com/monobean/GTK4_Gvsbuild_2025.6.0_x64.zip"

if os.path.exists("resources/lib/DONE"):
with open ("resources/lib/DONE", "r") as f:
Expand Down
Loading