Skip to content

Commit

Permalink
updating build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Jan 8, 2025
1 parent 812437a commit 7777cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def getVersionNumber():
sys.stdout.write(YELLOW)
if platform.system() == "Darwin":
if not os.path.exists("CabbageManual"):
url = "https://cabbageaudio.com/beta/CabbageManual.zip"
url = "http://cabbageaudio.com/beta/CabbageManual.zip"
r = requests.get(url, allow_redirects=True, verify=shouldVerifyDownload)
open('CabbageManual.zip', 'wb').write(r.content)
with zipfile.ZipFile("CabbageManual.zip", 'r') as zip_ref:
Expand Down

0 comments on commit 7777cd6

Please sign in to comment.