You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed the black screen after update
- Now the DLL and cfg files are added in the download and this will now be replacing the original Spotify files
- Removed the need of running it as Admin for the install this is no longer needed
**OTHER**
- Fixed some wrong redirects on the website
- Fixed the software navication on some pages being called mods
Copy file name to clipboardExpand all lines: spotifycrack.html
+51-10Lines changed: 51 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
<navid="mobile-nav">
25
25
<ul>
26
26
<li><ahref="./index.html">HOME</a></li>
27
+
<li><ahref="./software.html">SOFTWARE</a></li>
27
28
<li><ahref="./projects.html">PROJECTS</a></li>
28
29
<li><ahref="./contact.html">CONTACT</a></li>
29
30
</ul>
@@ -97,23 +98,61 @@ <h3>HOW IT WORKS</h3>
97
98
<divclass="data-block">
98
99
<h4>1. RUN SCRIPT</h4>
99
100
<pclass="card-description small-text">
100
-
Right-click on <code>Installer.ps1</code> and <strong>Run as Administrator</strong>. Wait for the process to finish.
101
+
Right-click on <code>Installer.ps1</code> and select <strong>"Run with PowerShell"</strong> (do NOT run as Administrator). The script will automatically download and install Spotify v1.2.77.358 with the BlockTheSpot patch.
0 commit comments