mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
tr2/build: fix release process
This commit is contained in:
parent
7c4a95a7c9
commit
1b7528edfb
1 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ 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",
|
||||
|
@ -20,6 +19,5 @@ run_script(
|
|||
],
|
||||
compressable_exes=[
|
||||
Path("/app/build/tr2/win/TR2X.exe"),
|
||||
Path("/app/build/tr2/win/TR2X.dll"),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue