mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Rename static releases to binary releases
More clear as discussed in PR.
This commit is contained in:
@@ -51,14 +51,14 @@ yarn --production
|
||||
node .
|
||||
```
|
||||
|
||||
Now you can make it static and build packages with:
|
||||
Now you can build binary packages with:
|
||||
|
||||
```
|
||||
yarn release:static
|
||||
yarn test:static-release
|
||||
yarn release:binary
|
||||
yarn test:binary-release
|
||||
yarn package
|
||||
# The static release is in ./release-static
|
||||
# .deb, .rpm and the static archive are in ./release-packages
|
||||
# The binary release is in ./release-binary
|
||||
# .deb, .rpm and the binary archive are in ./release-packages
|
||||
```
|
||||
|
||||
## Structure
|
||||
|
||||
Reference in New Issue
Block a user