Support 1.2.36.955.gd8cc9372

This commit is contained in:
jetfir3
2024-04-20 10:48:19 -04:00
committed by GitHub
parent f765bae5e5
commit 05db02ec9e
2 changed files with 2 additions and 2 deletions

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.35.663.gb699649e <strong>Latest supported version:</strong> 1.2.36.955.gd8cc9372
</p> </p>
</center> </center>

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
buildVer="1.2.35.663.gb699649e" buildVer="1.2.36.955.gd8cc9372"
case $(uname | tr '[:upper:]' '[:lower:]') in case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;; darwin*) platformType='macOS' ;;