mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 14:30:25 +00:00
[FL-2457] Changed dist names for firmware files #1109
This commit is contained in:
parent
e02040107b
commit
fed18f7c42
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ class Main(App):
|
|||
self.parser_copy.set_defaults(func=self.copy)
|
||||
|
||||
def get_project_filename(self, project, filetype):
|
||||
# Temporary fix
|
||||
if project == "firmware" and filetype != "elf":
|
||||
project = "full"
|
||||
return f"flipper-z-{self.args.target}-{project}-{self.args.suffix}.{filetype}"
|
||||
|
||||
def get_dist_filepath(self, filename):
|
||||
|
|
Loading…
Reference in a new issue