File tree Expand file tree Collapse file tree
hub/powertoys/command-palette Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Publishing to the Microsoft Store provides your extension with wide reach across
4646- Create all required app icons and ensure they're properly sized ([ Create icons using Visual Studio's asset generation tool] ( ../../apps/design/style/iconography/visual-studio-asset-generation ) )
4747
4848> [ !TIP]
49+ >
4950> - [ List of icons and variations] ( /windows/apps/design/style/iconography/app-icon-construction#complete-list-of-icons-and-variations )
5051> - Make sure you generate the following files:
5152>
@@ -86,8 +87,8 @@ Publishing to the Microsoft Store provides your extension with wide reach across
8687
8788``` xml
8889<Identity
89- Name =" YOUR_PACKAGE_IDENTITY_NAME_HERE" <!-- Replace with your Package/Identity/Name -->
90- Publisher="YOUR_PACKAGE_IDENTITY_PUBLISHER_HERE" <!-- Replace with your Package/Identity/Publisher -->
90+ Name =" YOUR_PACKAGE_IDENTITY_NAME_HERE"
91+ Publisher =" YOUR_PACKAGE_IDENTITY_PUBLISHER_HERE"
9192 Version =" 0.0.1.0" />
9293
9394 <Properties >
2132141. Locate the bundle:
214215
215216 ```powershell
216- ls *.msixbundle
217+ dir *.msixbundle
217218 ```
218219
2192201 . You should find the file: ` <ExtensionName>_<VersionNumber>_Bundle.msixbundle ` .
You can’t perform that action at this time.
0 commit comments