Skip to content

Commit

Permalink
Update patch-dark-mode.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille authored Nov 15, 2024
1 parent 457a5fb commit ef8f831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch-dark-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ if [[ ! -f "$path" ]]; then
fi

# Patch the binary
sed -i.bak 's/force-dark-mode/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/' "$path"
sed -i.bak 's/force-dark-mode/xxxxx-xxxx-xxxx/' "$path"

echo "The patch is complete. You may now restart Spotify."
echo "The patch is complete. You may now restart Spotify."

0 comments on commit ef8f831

Please sign in to comment.