Fix Studio download URL

This commit is contained in:
Robert Griebl
2025-06-08 12:37:25 +02:00
parent 5c9c1a134e
commit e0bbc0ec19

View File

@@ -95,7 +95,7 @@ def scanStudioUnOfficial(dir):
def downloadAndUnpack(tempDir):
ldrawUrl = 'https://library.ldraw.org/library/updates/complete.zip'
studioUrl = 'https://dzncyaxjqx7p3.cloudfront.net/Studio2.0/Studio+2.0.pkg'
studioUrl = 'https://studio.download.bricklink.info/Studio2.0/Studio+2.0.pkg'
ldrawFile = "ldraw.zip"
studioFile = "studio.pkg"