This commit is contained in:
lincube
2026-03-05 14:34:33 +08:00
parent d182925b58
commit f3e7f88a39
15 changed files with 205 additions and 23 deletions

View File

@@ -181,8 +181,8 @@ jobs:
$compileArgs = @(
"/DMyAppVersion=$version",
"/DPublishDir=`"$publishDir`"",
"/DMyOutputDir=`"$outputDir`"",
"/DPublishDir=$publishDir",
"/DMyOutputDir=$outputDir",
"/DMyAppArch=$arch",
$installerScript
)