Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwerOxotnik committed Mar 26, 2021
1 parent 6dd8c57 commit 1c62a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch me to handle sounds.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set /p mod_name=Insert your mod name:
echo[
echo you're in %CD%
echo[
set /p folder_path=Complete path to this folder: %mod_name%/
set /p folder_path=Complete path to folder of sounds: %mod_name%/
choice /C YN /M "Press Y to add sounds in this folder to programmable speakers (in Factorio), N to cancel the operation."
set STATE=%ERRORLEVEL%
IF %STATE% EQU 1 set /p sound_group_name=Insert group name of sounds:
Expand Down

0 comments on commit 1c62a2c

Please sign in to comment.