Skip to content

Commit

Permalink
--version-file support (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyid5416 authored Nov 29, 2024
1 parent a93132e commit 3d3c1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ You can also use any major tags like `@v1` for any `@v1.*.*`
| `--console`, `--nowindowed`, `-c` | `--add-binary <SRC;DEST or SRC:DEST>` |
| `--windowed`, `--noconsole`, `-w` | `--collect-data <MODULENAME>` |
| | `--collect-all <MODULENAME>` |
| | `--version-file <FILE>` |


<br>
Expand Down
1 change: 1 addition & 0 deletions src/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'--add-binary <SRC;DEST or SRC:DEST>',
'--collect-data <MODULENAME>',
'--collect-all <MODULENAME>',
'--version-file <FILE>',

'--name <NAME>', '-n <NAME>',
'--icon <FILEICON>', '-i <FILEICON>',
Expand Down

0 comments on commit 3d3c1bc

Please sign in to comment.