mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
DEVTOOLS: Fix URL for create_classicmacfonts.sh
This commit is contained in:
parent
6fc825a1c2
commit
7642ecf0a9
@ -25,7 +25,7 @@ fi
|
||||
|
||||
echo_n "Downloading System 7.0.1 image..."
|
||||
if test ! -f System_7.0.1.smi.bin; then
|
||||
curl -s http://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/System/Older_System/System_7.0.x/System_7.0.1.smi.bin -o System_7.0.1.smi.bin
|
||||
curl -s https://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/System/Older_System/System_7.0.x/System_7.0.1.smi.bin -o System_7.0.1.smi.bin
|
||||
fi
|
||||
|
||||
if test ! -f System_7.0.1.smi.bin; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user