Skip to content

Commit

Permalink
update readme with new windows command
Browse files Browse the repository at this point in the history
  • Loading branch information
fireph committed Nov 13, 2017
1 parent ebfb4eb commit cd947f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Controls OBS to auto record specific games when they are running (works on Windo
Install [pywin32](https://github.com/mhammond/pywin32)
```
pip3 install psutil pyinstaller websocket-client
pyinstaller .\ObsAutoRecordWin.py --onefile --noconsole --icon=record_red.ico
pyinstaller .\ObsAutoRecordWin.py --onefile --noconsole --icon=record_red.ico --name=ObsAutoRecord
```
and put the ico files in the same folder as the executable.
### Mac
Expand Down

0 comments on commit cd947f6

Please sign in to comment.