File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Random game picker from your installed Steam games. Mainly to help indecisive pe
1515You 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
2121To use this application, you will need your Steam API key. This cannot be provided and is different for each person.
You can’t perform that action at this time.
0 commit comments