mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 16:36:37 +08:00
Patch further jetbrains changes
This commit is contained in:
parent
625ddf50da
commit
fc7b23686b
@ -10,7 +10,10 @@ print("Patching "+input+" to use spotify for downloads again...")
|
||||
f = open(input, "r")
|
||||
result = ""
|
||||
for x in f:
|
||||
result += x.replace("https://cache-redirector.jetbrains.com/intellij-jbr/", "https://cef-builds.spotifycdn.com/")
|
||||
result += x.replace("https://cache-redirector.jetbrains.com/intellij-jbr/", "https://cef-builds.spotifycdn.com/") \
|
||||
.replace("_minimal", "") \
|
||||
.replace(".zip", ".tar.bz2") \
|
||||
.replace(".checksum", ".sha1")
|
||||
|
||||
f.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user