Merge gnomeExtensions: auto-update (#377717)

This commit is contained in:
Jan Tojnar
2025-02-21 13:45:37 +01:00
committed by GitHub
4 changed files with 595 additions and 441 deletions
@@ -35,5 +35,9 @@
"fullscreen-to-empty-workspace": [
"fullscreen-to-empty-workspace@aiono.dev",
"fullscreen-to-empty-workspace2@corgijan.dev"
],
"eur-usd": [
"eur-usd-gshell@vezza.github.com",
"usd-mxn-gshell@kinduff.github.com"
]
}
@@ -1,7 +1,7 @@
diff --git a/app/ding.js b/app/ding.js
index 1062bc7..c312d48 100755
--- a/app/ding.js
+++ b/app/ding.js
--- a/app/adw-ding.js
+++ b/app/adw-ding.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S gjs -m
+#!@gjs@/bin/gjs -m
@@ -32,6 +32,9 @@
"fullscreen-to-empty-workspace@aiono.dev" = "fullscreen-to-empty-workspace";
"fullscreen-to-empty-workspace2@corgijan.dev" = "fullscreen-to-empty-workspace-2";
"eur-usd-gshell@vezza.github.com" = "eur-usd";
"usd-mxn-gshell@kinduff.github.com" = "usd-mxn";
# ############################################################################
# These extensions no longer collide. We preserve the old attribute name for backwards compatibility.
"floatingDock@sun.wxg@gmail.com" = "floating-dock-2";
File diff suppressed because one or more lines are too long