mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 05:51:55 +00:00
FIX uninstall.sh
This commit is contained in:
parent
55b714dbda
commit
467a971d31
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "UN-INSTALLING"
|
echo "UN-INSTALLING"
|
||||||
cd "$(dirname "$(spicetify -c)")/Themes/DribbblishDynamic"
|
cd "$(dirname "$(spicetify -c)")"
|
||||||
spicetify config current_theme " " extensions dribbblish-dynamic.js-
|
spicetify config current_theme " " extensions dribbblish-dynamic.js-
|
||||||
|
|
||||||
echo "UN-PATCHING"
|
echo "UN-PATCHING"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue