🔨 Rename (not copy) with board_build.rename

This commit is contained in:
Scott Lahteine 2022-01-09 03:48:17 -06:00
parent 49f8171f7a
commit 035f9b8e13

View File

@ -57,7 +57,6 @@ if pioutil.is_pio_build():
def rename_target(source, target, env):
firmware = os.path.join(target[0].dir.path, board.get("build.rename"))
import shutil
shutil.copy(target[0].path, firmware)
os.rename(target[0].path, firmware)
marlin.add_post_action(rename_target)