refactor: 移除 Costura.Fody,改用标准多文件部署
- 移除 Costura.Fody 包引用,避免杀毒软件误报 - 删除 FodyWeavers.xml 配置文件 - 更新 setup.iss 使用通配符复制所有 DLL - 更新 release.bat 复制所有依赖文件 安装包现在包含独立的 DLL 文件,符合 Windows 软件标准部署方式 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -111,6 +111,7 @@ if not exist "publish\x86" mkdir publish\x86
|
||||
|
||||
copy /Y "PackagingMallShipper\bin\Release\net462\PackagingMallShipper.exe" "publish\" >nul
|
||||
copy /Y "PackagingMallShipper\bin\Release\net462\PackagingMallShipper.exe.config" "publish\" >nul
|
||||
copy /Y "PackagingMallShipper\bin\Release\net462\*.dll" "publish\" >nul
|
||||
copy /Y "PackagingMallShipper\bin\Release\net462\x64\SQLite.Interop.dll" "publish\x64\" >nul
|
||||
copy /Y "PackagingMallShipper\bin\Release\net462\x86\SQLite.Interop.dll" "publish\x86\" >nul
|
||||
|
||||
@@ -120,7 +121,7 @@ if not exist "publish\PackagingMallShipper.exe" (
|
||||
pause
|
||||
exit /b 1
|
||||
)
|
||||
echo [Info] Files copied to publish folder
|
||||
echo [Info] Files copied to publish folder (EXE + DLLs)
|
||||
echo.
|
||||
|
||||
echo [Step 4] Compiling installer...
|
||||
|
||||
Reference in New Issue
Block a user