Skip to content

Commit

Permalink
Update build-release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed Jun 7, 2024
1 parent 1732b3d commit 97e6a29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97e6a29

Please sign in to comment.