Skip to content

Commit

Permalink
Fix packing (#161)
Browse files Browse the repository at this point in the history
* Add AppxSymbolPackageEnabled False
  • Loading branch information
bNobo authored Jan 4, 2025
1 parent 0e5e963 commit 622dc62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NeedABreak.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build-and-pack.yml = .github\workflows\build-and-pack.yml
.github\workflows\build.yml = .github\workflows\build.yml
contributing.md = contributing.md
LICENSE = LICENSE
publishing.md = publishing.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppInstallerUri>https://bnobo.github.io/needabreak/NeedABreak/publish/setup.exe</AppInstallerUri>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefaultLanguage>en-US</DefaultLanguage>
Expand Down
2 changes: 1 addition & 1 deletion NeedABreakPackagingProject/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="4467bNobo.NEEDABREAK"
Publisher="CN=1B1E808E-4CEE-4CCF-A0BA-C633235E9947"
Version="3.0.10.0" />
Version="3.0.11.0" />

<Properties>
<DisplayName>NEED A BREAK!</DisplayName>
Expand Down

0 comments on commit 622dc62

Please sign in to comment.