Skip to content

Commit d433372

Browse files
Update README.md
1 parent 1785256 commit d433372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Random game picker from your installed Steam games. Mainly to help indecisive pe
1515
You can run the script as it is through CMD, or you can compile it to an EXE with pyinstaller.
1616

1717
# Pyinstaller Compilation
18-
`pyinstaller --onefile --noconsole --icon=SteamRouletteIcon.ico --add-data "apikey.txt;." --add-data "steamuserid.txt;." --add-data "SteamRouletteIcon.ico;." --add-data "SteamRouletteLogo.png;." SteamRoulette.py`
18+
`pyinstaller --onefile --noconsole --icon=SteamRouletteIcon.ico --add-data "SteamRouletteIcon.ico;." --add-data "SteamRouletteLogo.png;." SteamRoulette.py`
1919

2020
# Usage
2121
To use this application, you will need your Steam API key. This cannot be provided and is different for each person.

0 commit comments

Comments
 (0)