Skip to content

Commit

Permalink
fix(docs/multi-platform-build.md): broken link of build.sh (#8193)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed May 6, 2024
1 parent 57c8c45 commit 3a2ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/multi-platform-build.md
Expand Up @@ -195,4 +195,4 @@ Or to avoid second step, append to first command `/bin/bash -c "yarn && yarn dis
* `electronuserland/builder:base` — Required system dependencies. Not supposed to be used directly.
There are also iterations of these docker images for Node 16 (`builder:16`, `builder:16-wine`, etc.) and Node 16 (`builder:14`, `builder:14-wine`, etc.)
Docker images are also tagged with the Date suffix `-%m.%y` to statically reference an image, ex: `builder:18-07.23`.
Full docker build, node version, and tag script can be found here: (build.sh)[https://github.com/electron-userland/electron-builder/blob/master/docker/build.sh]
Full docker build, node version, and tag script can be found here: [build.sh](https://github.com/electron-userland/electron-builder/blob/master/docker/build.sh)

0 comments on commit 3a2ccdd

Please sign in to comment.