Use framework-dependent Windows release
Some checks failed
build / build-test-publish (push) Has been cancelled

This commit is contained in:
2026-06-03 01:10:52 +09:00
parent d29752a91e
commit f2e8d12434
6 changed files with 15 additions and 5 deletions

View File

@@ -51,8 +51,12 @@ cp "$ROOT_DIR/docs/release-security.md" "$PACKAGE_DIR/SECURITY.md"
cp "$ROOT_DIR/LICENSE" "$PACKAGE_DIR/LICENSE"
cat > "$PACKAGE_DIR/RUNNING.txt" <<'EOF'
Ehwrj portable Windows x64 build
Ehwrj Windows x64 build
Prerequisite:
- Install Microsoft .NET 8 Desktop Runtime for Windows x64.
Run:
1. Start War Thunder.
2. Confirm the local map is available at http://127.0.0.1:8111/map_info.json.
3. Run Ehwrj.exe.

View File

@@ -13,6 +13,6 @@ dotnet run --project "$ROOT_DIR/tools/Ehwrj.Tools.Capture/Ehwrj.Tools.Capture.cs
dotnet publish "$ROOT_DIR/src/Ehwrj.App/Ehwrj.App.csproj" \
-c Release \
-r win-x64 \
--self-contained true \
--self-contained false \
-p:PublishSingleFile=false
"$ROOT_DIR/scripts/package-win-x64.sh" >/dev/null