Skip to content

Commit

Permalink
- Modified release generation batch file to remove unnecesary pause
Browse files Browse the repository at this point in the history
  • Loading branch information
FroggMaster committed Jul 17, 2022
1 parent 00a48d6 commit bb5e167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ goto start

:DevBoard
echo Generating a Flipper Zero Wifi Devboard (ESP32-S2) Release
pause
for %%h in (ESP32-S2-FlipperZeroWifiDevBoard-Linux ESP32-S2-FlipperZeroWifiDevBoard-Mac ESP32-S2-FlipperZeroWifiDevBoard-Windows) do (
copy /Y .\build\bootloader\bootloader.bin .\Release\Generated\%%h\FW\
copy /Y .\build\partition_table\partition-table.bin .\Release\Generated\%%h\FW\
Expand All @@ -29,6 +28,8 @@ copy /Y .\build\partition_table\partition-table.bin .\Release\Generated\%%h\FW\
copy /Y .\build\esp32-wifi-penetration-tool.bin .\Release\Generated\%%h\FW\
)
goto end

:end
echo Release generated
pause
exit

0 comments on commit bb5e167

Please sign in to comment.