From 97e6a291b5f69be02ddae60009899cb9fa8c3e1e Mon Sep 17 00:00:00 2001 From: BarbourSmith Date: Fri, 7 Jun 2024 11:00:36 -0700 Subject: [PATCH] Update build-release.py --- build-release.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-release.py b/build-release.py index 1bf211723..5f03316b1 100644 --- a/build-release.py +++ b/build-release.py @@ -12,6 +12,14 @@ environ = dict(os.environ) +platformio = r"C:\Users\bar\.platformio\penv\Scripts\platformio.exe" +version = "0.76.1" +os.chdir(os.path.dirname(os.path.realpath(r"C:\Users\bar\Documents\GitHub\FluidNC\.pio"))) +#change path to the project folder (the folder with platformio.ini) +tag = "maslow4-"+version +sharedPath = 'install_scripts' + + def buildEmbeddedPage(): print('Building embedded web page') return subprocess.run(["python", "build.py"], cwd="embedded").returncode