mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
Update render-ios-icons.sh
This commit is contained in:
parent
e0bb45eda6
commit
3bac401b53
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
DEST=${1:-../apple/iOS/Resources/Media.xcassets/AppIcon.appiconset}
|
||||
DEST=${1:-../pkg/apple/iOS/Resources/Media.xcassets/AppIcon.appiconset}
|
||||
|
||||
for pt in 29 40 57 60 50 72 76 ; do
|
||||
for scale in 1 2 3 ; do
|
||||
|
Loading…
Reference in New Issue
Block a user