2024-08-12 09:02:41 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
cd $GITHUB_WORKSPACE
|
|
|
|
|
2025-01-08 09:37:32 +03:00
|
|
|
wget https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-$SDL_VERSION.dmg -O SDL2.dmg
|
2024-08-12 09:02:41 +03:00
|
|
|
hdiutil mount SDL2.dmg
|
|
|
|
sudo cp -vr /Volumes/SDL2/SDL2.framework /Library/Frameworks
|
|
|
|
|
|
|
|
git clone https://github.com/FWGS/hlsdk-portable hlsdk --depth=1
|