mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-10 19:23:31 -07:00
Cleanup
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ def main():
|
||||
os.system(f'move {os.path.join(Build_path + f"f7-update-{ren}")} {Firmware_base}')
|
||||
old_build = f"f7-update-{ren}"
|
||||
os.system(f"cd {Firmware_base} && ren {old_build} {ren}")
|
||||
os.system(f'git add * && git commit -m "{commit}"')
|
||||
os.system(f'git add * && git commit -m "{commit}" && git push')
|
||||
zipfile = shutil.make_archive(os.path.join(Firmware_base, ren), 'zip', os.path.join(Firmware_base, ren))
|
||||
os.system(f'''gh release create {release} -R "ClaraCrazy/flipper-firmware" --generate-notes {zipfile}''')
|
||||
os.remove(zipfile)
|
||||
|
||||
Reference in New Issue
Block a user