Skip to content

Commit

Permalink
tr2/build: fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Jan 1, 2025
1 parent 7c4a95a commit 1b7528e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/tr2/docker/game-win/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ run_script(
],
release_zip_files=[
(Path("/app/build/tr2/win/TR2X.exe"), "TR2X.exe"),
(Path("/app/build/tr2/win/TR2X.dll"), "TR2X.dll"),
(
Path("/app/tools/tr2/config/out/TR2X_ConfigTool.exe"),
"TR2X_ConfigTool.exe",
),
],
compressable_exes=[
Path("/app/build/tr2/win/TR2X.exe"),
Path("/app/build/tr2/win/TR2X.dll"),
],
)

0 comments on commit 1b7528e

Please sign in to comment.