diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-11-16 14:14:33 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-11-22 10:42:58 +0100 |
| commit | 20d7121f52d5262bbab629ee1fda432b3dc31393 (patch) | |
| tree | cb0e26ec185cec60eae9720bc57f562492904dce /ios | |
| parent | c12b2c8a4a8191a97ff13ce70340f8a84020ac10 (diff) | |
| download | mullvadvpn-20d7121f52d5262bbab629ee1fda432b3dc31393.tar.xz mullvadvpn-20d7121f52d5262bbab629ee1fda432b3dc31393.zip | |
Scripts: refactor
Diffstat (limited to 'ios')
| -rwxr-xr-x | ios/convert-assets.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/convert-assets.rb b/ios/convert-assets.rb index ebcc5a9056..f169eb6c77 100755 --- a/ios/convert-assets.rb +++ b/ios/convert-assets.rb @@ -15,7 +15,7 @@ GRAPHICAL_ASSETS_DIR = File.join(ROOT_DIR, "gui/assets/images") ADDITIONAL_ASSETS_DIR = File.join(SCRIPT_DIR, "AdditionalAssets") # graphical assets to import -GRAPHICAL_ASSETS=[ +GRAPHICAL_ASSETS = [ "icon-alert.svg", "icon-arrow.svg", "icon-back.svg", @@ -40,7 +40,7 @@ GRAPHICAL_ASSETS=[ ] # App icon sizes -APP_ICON_SIZES=[ +APP_ICON_SIZES = [ # iphone-notification 20pt at 2x, 3x ["AppIconPhoneNotification", 20, 2, 3], |
