Skip to content

Commit

Permalink
Update webui-3 version (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler authored Dec 3, 2024
1 parent f3051f0 commit 5fc38a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def copyToZip(zipObj, platform, fileName, destPath, mode=0o100755):
dataRelPath = os.path.join(manifestRelPath, 'data')
os.makedirs(dataRelPath)
shutil.copy(os.path.join("FluidNC", "data", "index.html.gz"), os.path.join(dataRelPath, "index-webui-2.html.gz"))
urllib.request.urlretrieve("https://github.com/michmela44/ESP3D-WEBUI/releases/download/3.0.0-a77-FluidNC/index.html.gz", os.path.join("release", "current", "data", "index-webui-3.html.gz"))
urllib.request.urlretrieve("https://github.com/michmela44/ESP3D-WEBUI/releases/download/3.0.0-a81-FluidNC/index.html.gz", os.path.join("release", "current", "data", "index-webui-3.html.gz"))

manifest = {
"name": "FluidNC",
Expand Down

0 comments on commit 5fc38a2

Please sign in to comment.