Skip to content

Commit db695b5

Browse files
committed
Fix monobean setup.py
Signed-off-by: Quanyi Ma <eli@patch.sh>
1 parent 9debf5c commit db695b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

monobean/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def setup_environmental_variables():
8787
exit()
8888

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

0 commit comments

Comments
 (0)