Skip to content

Commit

Permalink
fix: include assets
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Jan 18, 2023
1 parent b307a38 commit 0ac5358
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Wolvenkit.Installer.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="26499Wolvenkit.WolvenKit.Installer"
Publisher="[email protected], &quot;Open Source Developer, Moritz Baron&quot;, O=Open Source Developer, L=Gmunden, S=Oberösterreich, C=AT"
Version="0.2.0.0" />
Version="0.2.2.0" />

<Properties>
<DisplayName>WolvenKit.Installer</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<EntryPointProjectUniqueName>..\Wolvenkit.Installer\Wolvenkit.Installer.csproj</EntryPointProjectUniqueName>
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
Expand Down
12 changes: 12 additions & 0 deletions Wolvenkit.Installer/Wolvenkit.Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@
<Folder Include="Assets\ControlImages\" />
</ItemGroup>

<ItemGroup>
<Content Update="Assets\ControlImages\Acrylic.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Assets\MainPage_Banner.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="Assets\Sammy_Grayscale.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Page Update="ItemTemplates.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down

0 comments on commit 0ac5358

Please sign in to comment.