feat: support automatic download of update packages (#305)

This commit is contained in:
hstyi
2025-02-24 12:38:30 +08:00
committed by GitHub
parent a2d7f3b5bb
commit b85bdf840e
6 changed files with 192 additions and 30 deletions

View File

@@ -526,6 +526,7 @@ fun packOnWindows(distributionDir: Directory, finalFilenameWithoutExtension: Str
exec {
commandLine(
"iscc",
"/DMyAppId=${projectName}",
"/DMyAppName=${projectName}",
"/DMyAppVersion=${project.version}",
"/DMyOutputDir=${distributionDir.asFile.absolutePath}",