diff --git a/automate.py b/automate.py index 1a833238f..0050b76ab 100644 --- a/automate.py +++ b/automate.py @@ -4,7 +4,7 @@ import shutil folder = r'E:\Storage\Coding\Flipper_Zero\Firmware\build-src' Build_path = folder + "\\dist\\f7-C\\" -Firmware_base = rf"E:\\Storage\\Coding\\Flipper-Zero\\Firmware\\" +Firmware_base = rf"E:\\Storage\\Coding\\Flipper_Zero\\Firmware\\" settings = folder + r"\fbt_options.py" commit = input("Whats your commit message?\nCommit Message: ") diff --git a/fbt_options.py b/fbt_options.py index 979ac5a54..72b289e03 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -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-0010" +DIST_SUFFIX = "CC_CL-0002" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data"