Skip to content

Commit

Permalink
2.2发布
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantappMan committed May 13, 2021
1 parent 1dd201c commit db7b019
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions Docs/Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ LiveWallpaperEngine
```
dotnet pack LiveWallpaperEngineAPI -o ../LocalNuget/Packages --configuration release
```
## 生成license
```
thirdlicense.exe --project=LiveWallpaperEngineAPI/LiveWallpaperEngineAPI.csproj --output=Thirdparty-LiveWallpaperEngineAPI.TXT
thirdlicense.exe --project=LiveWallpaperEngineWebRender/LiveWallpaperEngineWebRender.csproj --output=Thirdparty-LiveWallpaperEngineWebRender.TXT
```
## 打包LiveWallpaperEngineWebRender
- 执行 build.ps1
## 打包LiveWallpaperEngineRender
- 执行 build_webrender.ps1
- 执行 build_enginerender.ps1

---
4 changes: 2 additions & 2 deletions LiveWallpaper.App/LiveWallpaper.App.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<PackageCertificateThumbprint>16C485B3AD663226D82AC45A21AA8C6A524BC4DC</PackageCertificateThumbprint>
<!--<PackageCertificateThumbprint>5E45915E1A14F5325493813152D9C469DB25ED81</PackageCertificateThumbprint>-->
<!--<PackageCertificateThumbprint>16C485B3AD663226D82AC45A21AA8C6A524BC4DC</PackageCertificateThumbprint>-->
<PackageCertificateThumbprint>5E45915E1A14F5325493813152D9C469DB25ED81</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
Expand Down
2 changes: 1 addition & 1 deletion LiveWallpaper.App/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
<Identity Name="24765mscoder.107453A6A4A17" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="2.1.79.0" />
<Identity Name="24765mscoder.107453A6A4A17" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="2.2.80.0" />
<Properties>
<DisplayName>巨应壁纸</DisplayName>
<PublisherDisplayName>Giantapp Studio</PublisherDisplayName>
Expand Down

0 comments on commit db7b019

Please sign in to comment.