Support v1.2.32.997.g4c6498b6

This commit is contained in:
jetfir3
2024-02-26 16:09:11 -05:00
committed by GitHub
parent 77d5da67f8
commit 30b4b7b43c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<center> <center>
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4> <h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
<p align="center"> <p align="center">
<strong>Latest supported version:</strong> 1.2.32.985.g3be2709c <strong>Latest supported version:</strong> 1.2.32.997.g4c6498b6
</p> </p>
</center> </center>
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
buildVer="1.2.32.985.g3be2709c" buildVer="1.2.32.997.g4c6498b6"
case $(uname | tr '[:upper:]' '[:lower:]') in case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;; darwin*) platformType='macOS' ;;