C++版clover支持安装net3.5,仅限于本地,因为下载站不会放那么大的包
大石头 authored at 2025-07-07 20:34:42
413.00 B
LuckyClover
set base=..\Bin
set dest=%base%\publish

mkdir %dest%

pushd ..\LuckyClover
dotnet publish -c Release -f net10.0-windows -r win-x64 --self-contained
popd

copy %base%\net10.0-windows\win-x64\publish\clover.exe %dest%\clover10.exe /y

pushd ..\LuckyAOT
dotnet publish -c Release -f net10.0-windows -r win-x64 --self-contained
popd

copy %base%\net10.0-windows\win-x64\publish\cloverAot.exe %dest%\cloverAot.exe /y