Skip to content

Commit 4c9fe6d

Browse files
committed
Add more documentation about standalone builds
1 parent 2999c20 commit 4c9fe6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,15 @@ Set the environment variable `ENABLE_SERVICE_WORKER` to `1` to enable service wo
7777

7878
## Standalone builds
7979

80-
To make a production standalone build:
80+
The packager supports generating "standalone builds" that are single HTML files containing the entire packager. Large files such as Electron binaries will still be downloaded from a remote server as needed. You can download prebuilt standalone builds from [our GitHub releases](https://github.com/TurboWarp/packager/releases). These can be useful if our website is blocked or you don't have a reliable internet connection. Note that standalone builds do not contain an update checker, so do check on your own occasionally.
81+
82+
To make a production standalone build locally:
8183

8284
```
8385
npm run build-standalone-prod
8486
```
8587

86-
Output will be located in `dist/standalone.html`.
88+
The build outputs to `dist/standalone.html`.
8789

8890
## Node.js module and API
8991

0 commit comments

Comments
 (0)