Skip to content

Commit 2e7142d

Browse files
committed
添加部署器
1 parent 3dc1cd3 commit 2e7142d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Binary file not shown.

src/Snap.Hutao.Remastered/Snap.Hutao.Remastered/Snap.Hutao.Remastered.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<MvvmToolkitEnableINotifyPropertyChangingSupport>false</MvvmToolkitEnableINotifyPropertyChangingSupport>
4545
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
4646
<GenerateDocumentationFile>True</GenerateDocumentationFile>
47+
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
48+
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
4749
</PropertyGroup>
4850
<ItemGroup>
4951
<None Remove="Resource\Icon\UI_BtnIcon_Beyond_GH.png" />
@@ -308,4 +310,9 @@
308310
<ItemGroup Condition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'">
309311
<ProjectCapability Include="Msix" />
310312
</ItemGroup>
313+
<ItemGroup>
314+
<None Update="Snap.Hutao.Remastered.Deployment.exe">
315+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
316+
</None>
317+
</ItemGroup>
311318
</Project>

0 commit comments

Comments
 (0)