Skip to content

Commit 72bfda0

Browse files
committed
Improving build process
1 parent 6aceda1 commit 72bfda0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/CmdPalRandomDadJokeExtension/CmdPalRandomDadJokeExtension.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
1010
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1111
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
12-
<Platform>x64,ARM64</Platform>
13-
12+
1413
<UseWinUI>true</UseWinUI>
1514
<EnableMsixTooling>true</EnableMsixTooling>
1615
<PublishProfile>Properties/PublishProfiles/win-$(Platform).pubxml</PublishProfile>

src/CmdPalRandomDadJokeExtension/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
Executable="$targetnametoken$.exe"
3434
EntryPoint="$targetentrypoint$">
3535
<uap:VisualElements
36-
DisplayName="Random Dad Jokes"
37-
Description="Display a random dad joke in Command Palette"
36+
DisplayName="Random Dad Joke"
37+
Description="Laugh or groan at a random dad joke."
3838
BackgroundColor="transparent"
3939
Square150x150Logo="Assets\Square300x300Logo.png"
4040
Square44x44Logo="Assets\Square88x88Logo.png">

0 commit comments

Comments
 (0)