🔨 Rename (not copy) with board_build.rename
This commit is contained in:
parent
49f8171f7a
commit
035f9b8e13
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue