diff options
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/Images.xcassets/LaunchImage.launchimage/Contents.json | 2 | ||||
-rw-r--r-- | misc/dist/uwp_template/AppxManifest.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/dist/ios_xcode/godot_ios/Images.xcassets/LaunchImage.launchimage/Contents.json b/misc/dist/ios_xcode/godot_ios/Images.xcassets/LaunchImage.launchimage/Contents.json index ce81d76027..f3ac82189f 100644 --- a/misc/dist/ios_xcode/godot_ios/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/misc/dist/ios_xcode/godot_ios/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -99,4 +99,4 @@ "version" : 1, "author" : "xcode" } -}
\ No newline at end of file +} diff --git a/misc/dist/uwp_template/AppxManifest.xml b/misc/dist/uwp_template/AppxManifest.xml index cf26387f22..c25be4add2 100644 --- a/misc/dist/uwp_template/AppxManifest.xml +++ b/misc/dist/uwp_template/AppxManifest.xml @@ -29,4 +29,4 @@ <build:Metadata> <build:Item Name="GodotEngine" Version="$godot_version$" /> </build:Metadata> -</Package>
\ No newline at end of file +</Package> |