Skip to content

Commit df1e493

Browse files
authored
SpiceSpy v5.2.5: Fixes a typo in a script (#6965)
1 parent 53f831f commit df1e493

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

SpiceSpy@claudiux/files/SpiceSpy@claudiux/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v5.2.5~20250309
2+
* Fixes a typo error in a script.
3+
14
### v5.2.4~20250303
25
* Bugfix in the `spices-cache-init.sh` script.
36

SpiceSpy@claudiux/files/SpiceSpy@claudiux/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"uuid": "SpiceSpy@claudiux",
33
"name": "SpiceSpy",
44
"description": "Notifies you when there's a change to your favorite Spices on the website.",
5-
"version": "5.2.4",
5+
"version": "5.2.5",
66
"max-instances": 1,
77
"author": "claudiux"
88
}

SpiceSpy@claudiux/files/SpiceSpy@claudiux/scripts/spices-cache-init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
UUID="SpicesUpdate@claudiux"
2+
UUID="SpiceSpy@claudiux"
33
for type in "action" "applet" "desklet" "extension" "theme"; do {
44
[ -d $HOME/.cache/cinnamon/spices/$type ] || {
55
mkdir -p $HOME/.cache/cinnamon/spices/$type

0 commit comments

Comments
 (0)