mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-16 16:44:10 +02:00
make it compilable on case-sensitive systems
This commit is contained in:
committed by
Screwtapello
parent
73b275a7d0
commit
f57657f27d
@@ -31,7 +31,7 @@ ifeq ($(platform),macos)
|
||||
mkdir -p out/$(name).app/Contents/Resources/
|
||||
mv out/$(name) out/$(name).app/Contents/MacOS/$(name)
|
||||
cp Database/* out/$(name).app/Contents/MacOS/Database/
|
||||
cp -r ../shaders/* out/$(name).app/Contents/macOS/Shaders/
|
||||
cp -r ../shaders/* out/$(name).app/Contents/MacOS/Shaders/
|
||||
cp $(ui)/resource/$(name).plist out/$(name).app/Contents/Info.plist
|
||||
sips -s format icns $(ui)/resource/$(name).png --out out/$(name).app/Contents/Resources/$(name).icns
|
||||
endif
|
||||
|
Reference in New Issue
Block a user