Skip to content

Commit

Permalink
Compile update_paratranz with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Sep 28, 2024
1 parent 56d7cf7 commit 953aa13
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To compile the code, run the following command
python compile_update_paratranz.py build
```

then put the dist/ directory in update_paratranz/
The result of the compilation is in `update_paratranz/dist/`

### Download from Paratranz

Expand Down
2 changes: 1 addition & 1 deletion compile_update_paratranz.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="update_paratranz",
version="0.1",
version="1.1",
description="Update translation on Paratranz",
options={"build_exe": build_exe_options},
executables=[Executable("paradox_localization_utils/update_paratranz.py")],
Expand Down
Loading

0 comments on commit 953aa13

Please sign in to comment.