We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17511ab commit 660519fCopy full SHA for 660519f
Extras/CurrentWorkingDirectory/CurrentWorkingDirectory.Launcher/package.appxmanifest
@@ -14,7 +14,7 @@
14
<Resource Language="en-us" />
15
</Resources>
16
<Applications>
17
- <Application Id="HelloCentennial" Executable="launcher.exe" EntryPoint="Windows.FullTrustApplication">
+ <Application Id="CurrentWorkingDirectory" Executable="launcher.exe" EntryPoint="Windows.FullTrustApplication">
18
<uap:VisualElements DisplayName="CurrentWorkingDirectory.Launcher" Description="CurrentWorkingDirectory.Launcher" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
19
<uap:DefaultTile Square310x310Logo="images\LargeTile.png" Wide310x150Logo="images\WideTile.png" Square71x71Logo="images\SmallTile.png">
20
</uap:DefaultTile>
0 commit comments