Skip to content

Commit

Permalink
add language to package
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Jul 15, 2023
1 parent d83848a commit a2c724f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion WSCMSIX/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</Dependencies>

<Resources>
<Resource Language="x-generate"/>
<Resource Language="en"/>
<Resource Language="ja-JP"/>
</Resources>

<Applications>
Expand Down
3 changes: 2 additions & 1 deletion WSCMSIX/WSCMSIX.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@
<NoWarn>$(NoWarn);NU1702</NoWarn>
<EntryPointProjectUniqueName>..\WSA System Control\WSA System Control.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<PackageCertificateThumbprint>4EAEA6955B00FF7936B285DBAB32451A49E58C76</PackageCertificateThumbprint>
<PackageCertificateThumbprint>2DF3B0CC26C9A23056E1023AC9BC3CB9AD6ED13B</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<AppxDefaultResourceQualifiers>Language=EN;JA-JP</AppxDefaultResourceQualifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<DefaultLanguage>en</DefaultLanguage>
Expand Down

0 comments on commit a2c724f

Please sign in to comment.