Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 9345fe5

Browse files
committed
update make script
1 parent e7faba7 commit 9345fe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ IF "%1"=="" (
99

1010
SET PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 6"
1111
SET VCTargetsPath=C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\
12+
SET VCToolsInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\
1213

13-
dotnet publish LenovoLegionToolkit.WPF -c release -o build /p:DebugType=None /p:FileVersion=%VERSION% /p:Version=%VERSION% || exit /b
14+
dotnet publish LenovoLegionToolkit.WPF -c release -o build --runtime win-x64 /p:Platform=x64 /p:DebugType=None /p:FileVersion=%VERSION% /p:Version=%VERSION% || exit /b
1415
dotnet publish LenovoLegionToolkit.SpectrumTester -c release -o build /p:DebugType=None /p:FileVersion=%VERSION% /p:Version=%VERSION% || exit /b
1516
dotnet publish LenovoLegionToolkit.CLI -c release -o build /p:DebugType=None /p:FileVersion=%VERSION% /p:Version=%VERSION% || exit /b
1617

0 commit comments

Comments
 (0)