Archived
1
0

Revamp README.md with new installation options

This commit is contained in:
Anmol Sethi
2020-05-12 01:46:38 -04:00
parent 8626bed4ef
commit 41d625abb6
2 changed files with 75 additions and 27 deletions

View File

@ -52,7 +52,8 @@ release_nfpm() {
local nfpm_config
nfpm_config=$(envsubst < ./ci/build/nfpm.yaml)
nfpm pkg -f <(echo "$nfpm_config") --target release-packages/code-server-"$VERSION-$ARCH.deb"
# The underscores are convention for .deb.
nfpm pkg -f <(echo "$nfpm_config") --target release-packages/code-server_"$VERSION_$ARCH.deb"
nfpm pkg -f <(echo "$nfpm_config") --target release-packages/code-server-"$VERSION-$ARCH.rpm"
}