Archived
1
0

Add back (most of) our old arguments

Also remove VS Code ones that don't work.
This commit is contained in:
Asher
2019-07-10 18:33:18 -05:00
parent 2fdf09e6e7
commit 81862d4fa1
2 changed files with 57 additions and 3 deletions

View File

@ -218,7 +218,7 @@ function binary-task() {
node "${rootPath}/scripts/nbin.js" "${target}" "${arch}" "${codeServerBuildPath}"
rm node_modules/@coder/nbin
mv "${codeServerBuildPath}/code-server" "${buildPath}/${binaryName}"
log "Binary at ${buildPath}/${binaryName}"
log "Binary: ${buildPath}/${binaryName}"
}
function main() {