Make automatic updates on v3.2.0 work again

Only for linux amd64 users which is the majority of our userbase.
This commit is contained in:
Anmol Sethi
2020-05-20 09:38:01 -04:00
parent 2064e88e06
commit 3ddf242c65
2 changed files with 18 additions and 7 deletions

View File

@@ -18,6 +18,9 @@ main() {
rsync ./ci/build/code-server.sh "$RELEASE_PATH/bin/code-server"
rsync "$node_path" "$RELEASE_PATH/lib/node"
ln -s "./bin/code-server" "$RELEASE_PATH/code-server"
ln -s "./lib/node" "$RELEASE_PATH/node"
cd "$RELEASE_PATH"
yarn --production --frozen-lockfile
}