We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8fddb commit 08558b8Copy full SHA for 08558b8
crates/tauri-bundler/src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh
@@ -1,7 +1,7 @@
1
#! /usr/bin/env bash
2
3
-# GTK3 environment variables: https://developer.gnome.org/gtk3/stable/gtk-running.html
4
-# 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
5
6
# abort on all errors
7
set -e
0 commit comments