Skip to content

Commit

Permalink
Fixed a typo in README.md and updated the cmd to create the binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin9977 committed Sep 21, 2021
1 parent a1e4c6b commit afd64b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The installer for Windows is available in the [releases](https://github.com/Kens

## Installation

###Windows
### Windows
Simply run the installer. The program isn't signed yet, so you'll have a window popping up telling you the program isn't safe.

### UNIX
Expand Down
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_download_path():
if __name__ == '__main__':
VideoDL()

# pyinstaller -wF --icon=icon.ico --name=Video-dl.exe gui.py
# pyinstaller -wF --icon=icon.ico --name=Video-dl.exe video-dl/gui.py
# Choose encoder
# Tweak timecode switching to the next number when entering 2 digit in a row in the same box
# Handle playlist and playlist index, , output links that generated errors
Expand Down

0 comments on commit afd64b6

Please sign in to comment.