File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ check_os_version() {
133133 ubuntu:24) # Ubuntu 24.x
134134 return 0
135135 ;;
136+ ubuntu:25) # Ubuntu 25.x
137+ return 0
138+ ;;
136139 linuxmint:22) # Linux Mint 22.x
137140 return 0
138141 ;;
@@ -317,7 +320,7 @@ download_and_install_gtk() {
317320 # - This piece of code should only be executed if the package manager does not distribute
318321 # libgtk or if the version provided by the package manager is not compatible with Phoenix Code.
319322
320- local URL_PREFIX=" https://github.com/phcode-dev/dependencies/releases/download/v1.0.4 /"
323+ local URL_PREFIX=" https://github.com/phcode-dev/dependencies/releases/download/v1.0.5 /"
321324 local GTK_FILE=" gtk.tar.xz"
322325 local WEBKIT2GTK_FILE=" webkit2gtk-4.0.tar.xz"
323326
You can’t perform that action at this time.
0 commit comments