Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Use Windows SID instead of the name Everyone for better system langua…
Browse files Browse the repository at this point in the history
…ge compatibility (Fixes: TheRandomLabs#46)
  • Loading branch information
dionysius authored Apr 28, 2021
1 parent 05ac289 commit 94c6ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/spotify-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"icacls \"$env:LOCALAPPDATA\\Spotify\\Update\" /reset /T | Out-Null",
"Remove-Item -ErrorAction Ignore -Recurse \"$env:LOCALAPPDATA\\Spotify\\Update\" | Out-Null",
"New-Item -ErrorAction Ignore \"$env:LOCALAPPDATA\\Spotify\\Update\" -ItemType Directory | Out-Null",
"icacls \"$env:LOCALAPPDATA\\Spotify\\Update\" /deny Everyone:R | Out-Null",
"icacls \"$env:LOCALAPPDATA\\Spotify\\Update\" /deny *S-1-1-0:R | Out-Null",
"",
"New-Item \"$dir\\config.ini\" | Out-Null # Persist for BlockTheSpot"
]
Expand Down

0 comments on commit 94c6ca1

Please sign in to comment.