mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Deployment.git
synced 2025-11-19 21:08:45 +08:00
Compare commits
5 Commits
1.14.0
...
qhy040404-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80584305db | ||
|
|
5a830c21cf | ||
|
|
ab96c9be33 | ||
|
|
d6f15608d9 | ||
|
|
6867e5e914 |
3
.github/workflows/Publish.yml
vendored
3
.github/workflows/Publish.yml
vendored
@@ -18,6 +18,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '8.x'
|
||||
|
||||
- name: Build Tool
|
||||
run: dotnet publish src/Snap.Hutao.Deployment/Snap.Hutao.Deployment.csproj
|
||||
|
||||
- name: Pack
|
||||
run: dotnet pack src/Snap.Hutao.Deployment.Runtime/Snap.Hutao.Deployment.Runtime.csproj
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Snap.Hutao.Deployment.Runtime</id>
|
||||
<version>1.14.0</version>
|
||||
<version>1.12.0</version>
|
||||
<authors>DGP Studio</authors>
|
||||
<developmentDependency>true</developmentDependency>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
|
||||
Binary file not shown.
@@ -24,7 +24,6 @@ internal static partial class Invocation
|
||||
ArgumentException.ThrowIfNullOrEmpty(path);
|
||||
|
||||
Console.WriteLine($"""
|
||||
Snap Hutao Deployment Tool [1.14.0]
|
||||
PackagePath: {path}
|
||||
FamilyName: {name}
|
||||
------------------------------------------------------------
|
||||
|
||||
@@ -81,7 +81,7 @@ internal static partial class WindowsAppSDKDependency
|
||||
}
|
||||
}
|
||||
|
||||
return results.Count > 0 && results.Aggregate((result, element) => result || element);
|
||||
return results.Aggregate((result, element) => result || element);
|
||||
}
|
||||
|
||||
private static async Task DownloadWindowsAppRuntimeInstallAndInstallAsync(string version)
|
||||
|
||||
Reference in New Issue
Block a user