Skip to content

Commit 660519f

Browse files
committed
Fixed wrong id of the converted application in the manifest
1 parent 17511ab commit 660519f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extras/CurrentWorkingDirectory/CurrentWorkingDirectory.Launcher/package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Resource Language="en-us" />
1515
</Resources>
1616
<Applications>
17-
<Application Id="HelloCentennial" Executable="launcher.exe" EntryPoint="Windows.FullTrustApplication">
17+
<Application Id="CurrentWorkingDirectory" Executable="launcher.exe" EntryPoint="Windows.FullTrustApplication">
1818
<uap:VisualElements DisplayName="CurrentWorkingDirectory.Launcher" Description="CurrentWorkingDirectory.Launcher" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
1919
<uap:DefaultTile Square310x310Logo="images\LargeTile.png" Wide310x150Logo="images\WideTile.png" Square71x71Logo="images\SmallTile.png">
2020
</uap:DefaultTile>

0 commit comments

Comments
 (0)