Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit ee440b9

Browse files
committed
Fix restart problem to some extend
1 parent 2007121 commit ee440b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shellbridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run(self):
5151
print("Update started")
5252
try:
5353
self.progress_signal.emit("Auto Updating...")
54-
subprocess.run('spicetify upgrade -q -n', shell=True, check=True)
54+
subprocess.run('spicetify update -q -n', shell=True, check=True)
5555
self.progress_signal.emit("done")
5656
except Exception as e:
5757
self.progress_signal.emit("fail")

0 commit comments

Comments
 (0)