mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
10 lines
148 B
Bash
Executable file
10 lines
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
printf "Creating MacGUI file...\n"
|
|
|
|
zip -r macgui.zip VERSION *.bmp qtvr
|
|
mv macgui.zip macgui.dat
|
|
|
|
echo done
|
|
|
|
ls -l macgui.dat
|