mirror of
https://github.com/rgriebl/brickstore.git
synced 2026-01-06 09:29:35 -06:00
Fix Studio download URL
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user