Archived
1
0

Rename static releases to binary releases

More clear as discussed in PR.
This commit is contained in:
Anmol Sethi
2020-05-27 15:56:18 -04:00
parent 665ca017a1
commit fa45fd0e31
13 changed files with 46 additions and 46 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# This script is intended to be bundled into the static releases.
# This script is intended to be bundled into the binary releases.
# Runs code-server with the bundled Node binary.
# More complicated than readlink -f or realpath to support macOS.