Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ning committed Nov 11, 2023
1 parent c84daec commit de61311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
you choose a base character/user to overwrite the others.

## Build
<code>
pip install pyinstaller
```
py -m pip install pyinstaller
pyinstaller -F ./src/main.py -n "ESAM_2.1" --clean
</code>
py -m PyInstaller --noconsole -F ./src/main.py -n "ESAM_2.1" --clean
```

0 comments on commit de61311

Please sign in to comment.