Skip to content

Commit 5c1d14f

Browse files
committed
fix(metadata): update UUID to use GitHub domain for consistency
1 parent 7bc2829 commit 5c1d14f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
uses: softprops/action-gh-release@v2
3737
with:
3838
name: ${{ github.ref_name }}
39-
files: dist/aurora-shell@luminusos.com.zip
39+
files: dist/aurora-shell@luminusos.github.io.zip
4040
generate_release_notes: true

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uuid := "aurora-shell@luminusos.com"
1+
uuid := "aurora-shell@luminusos.github.io"
22
ext_dir := env("HOME") / ".local/share/gnome-shell/extensions" / uuid
33

44
# List available commands

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Aurora Shell",
33
"description": "A customizable GNOME Shell extension that enhances the user experience with various modules and features.",
44
"version": "49",
5-
"uuid": "aurora-shell@luminusos.com",
5+
"uuid": "aurora-shell@luminusos.github.io",
66
"url": "https://github.com/luminusOS/aurora-shell",
77
"settings-schema": "org.gnome.shell.extensions.aurora-shell",
88
"shell-version": [

0 commit comments

Comments
 (0)