chore(bundler): update gtk3 docs links in code comments (#14872)

This commit is contained in:
Fabian-Lars
2026-02-02 20:15:28 +01:00
committed by GitHub
parent ce8fddb464
commit 08558b8ba4

View File

@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# GTK3 environment variables: https://developer.gnome.org/gtk3/stable/gtk-running.html
# GTK4 environment variables: https://developer.gnome.org/gtk4/stable/gtk-running.html
# GTK3 environment variables: https://docs.gtk.org/gtk3/running.html
# GTK4 environment variables: https://docs.gtk.org/gtk4/running.html
# abort on all errors
set -e