Merge pull request #9 from openscad/update-wasm-link

Update Link to WASM archive.
This commit is contained in:
Torsten Paul 2023-08-20 02:08:53 +02:00 committed by GitHub
commit ed83ff1bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
WASM_BUILD_URL=https://files.openscad.org/playground/OpenSCAD-2023.06.30.wasm15628-WebAssembly.zip
WASM_BUILD_URL=https://files.openscad.org/playground/OpenSCAD-2023.08.13.wasm16037-WebAssembly.zip
SINGLE_BRANCH_MAIN=--branch main --single-branch
SINGLE_BRANCH=--branch master --single-branch