Use framework-dependent Windows release
Some checks failed
build / build-test-publish (push) Has been cancelled
Some checks failed
build / build-test-publish (push) Has been cancelled
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user