diff options
author | George Marques <george@gmarqu.es> | 2016-11-02 19:22:49 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-11-03 14:51:08 -0200 |
commit | 411faaa6f478f837aa40893eaadf67e2b5d57cec (patch) | |
tree | d75d928bb9d244edd7b33f04c8ad31e840802bfe /tools | |
parent | b113c7b7a3e63581ae268b0ae7f827d55e381b82 (diff) |
Rename remaining WinRT references to UWP
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dist/uwp_template/AppxManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dist/uwp_template/AppxManifest.xml b/tools/dist/uwp_template/AppxManifest.xml index 48a2ba7eb3..d5e653708c 100644 --- a/tools/dist/uwp_template/AppxManifest.xml +++ b/tools/dist/uwp_template/AppxManifest.xml @@ -15,7 +15,7 @@ <Resource Language="EN-US" />
</Resources>
<Applications>
- <Application Id="App" Executable="godot.winrt.exe" EntryPoint="GodotWinRT.App">
+ <Application Id="App" Executable="godot.uwp.exe" EntryPoint="GodotUWP.App">
<uap:VisualElements DisplayName="$display_name$" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="$app_description$" BackgroundColor="$bg_color$">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\Square310x310Logo.png" Square71x71Logo="Assets\Square71x71Logo.png" ShortName="$short_name$">
$name_on_tiles$
|