mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-03 22:23:35 -07:00
First Release
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ def main():
|
||||
new_build = ren
|
||||
os.system(f"cd {Firmware_base} && ren {old_build} {new_build}")
|
||||
os.system(f'git add * && git commit -m "{commit}"')
|
||||
zipfile = shutil.make_archive(ren, 'zip', new_build)
|
||||
zipfile = shutil.make_archive(os.path.join(Firmware_base, ren), 'zip', new_build)
|
||||
print(zipfile)
|
||||
input()
|
||||
os.system(f'''gh release create {ren.split('"')[1].split('"')[0]} -R "ClaraCrazy/flipper-firmware" --generate-notes {zipfile}''')
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ DEBUG = 0
|
||||
|
||||
# Suffix to add to files when building distribution
|
||||
# If OS environment has DIST_SUFFIX set, it will be used instead
|
||||
DIST_SUFFIX = "CC_CL-0003"
|
||||
DIST_SUFFIX = "CC_CL-0004"
|
||||
|
||||
# Coprocessor firmware
|
||||
COPRO_OB_DATA = "scripts/ob.data"
|
||||
|
||||
Reference in New Issue
Block a user