🔨 Rename (not copy) with board_build.rename
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user