Spaces:
Running
Running
admin
commited on
Commit
·
39f8df7
1
Parent(s):
a07a8b2
upd MuseScore.AppImage url
Browse files- convert.py +1 -1
convert.py
CHANGED
@@ -36,7 +36,7 @@ if sys.platform.startswith("linux"):
|
|
36 |
extra_dir = "squashfs-root"
|
37 |
if not os.path.exists(apkname):
|
38 |
download(
|
39 |
-
url="https://
|
40 |
directory="./",
|
41 |
filename=apkname,
|
42 |
)
|
|
|
36 |
extra_dir = "squashfs-root"
|
37 |
if not os.path.exists(apkname):
|
38 |
download(
|
39 |
+
url="https://master.dl.sourceforge.net/project/musescore-linux-mirror/MuseScore.AppImage?viasf=1",
|
40 |
directory="./",
|
41 |
filename=apkname,
|
42 |
)
|