Support 1.2.36.959.g04bf500c

This commit is contained in:
jetfir3
2024-05-01 11:27:23 -04:00
committed by GitHub
parent 3234e0b336
commit 83d3bb8898
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.36.955.gd8cc9372 <strong>Latest supported version:</strong> 1.2.36.959.g04bf500c
</p> </p>
</center> </center>

View File

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