Skip to content

Commit

Permalink
Support v1.2.30.1135.g02fef27a
Browse files Browse the repository at this point in the history
  • Loading branch information
jetfir3 authored Jan 31, 2024
1 parent 15986a5 commit d4dceef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<center>
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
<p align="center">
<strong>Latest supported version:</strong> 1.2.29.605.g66a43ceb
<strong>Latest supported version:</strong> 1.2.30.1135.g02fef27a
</p>
</center>

Expand Down
4 changes: 2 additions & 2 deletions spotx.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

buildVer="1.2.29.605.g66a43ceb"
buildVer="1.2.30.1135.g02fef27a"

case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;
Expand Down Expand Up @@ -415,7 +415,7 @@ run_patches () {
$perlVar "${adEmptyBlock}" "${xpuiJs}"
(($(ver "${clientVer}") >= $(ver "1.1.93.896"))) && $perlVar "${adEsper}" "${xpuiJs}"
(($(ver "${clientVer}") < $(ver "1.1.93.896"))) && $perlVar "${adUpgradeButton}" "${xpuiJs}"
$perlVar "${hideDLQual}" "${xpuiJs}"
(($(ver "${clientVer}") < $(ver "1.2.30.1135"))) &&$perlVar "${hideDLQual}" "${xpuiJs}"
$perlVar "${hptoEnabled}" "${xpuiJs}"
(($(ver "${clientVer}") > $(ver "1.1.84.716") && $(ver "${clientVer}") < $(ver "1.2.21.1104"))) && $perlVar "${hptoShown}" "${homeHptoJs}"
(($(ver "${clientVer}") >= $(ver "1.2.21.1104"))) && $perlVar "${hptoShown3}" "${xpuiJs}"
Expand Down

0 comments on commit d4dceef

Please sign in to comment.