File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app/aws-lsp-codewhisperer-runtimes
_bundle-assets/registry-js/win32-x64 Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ mkdir -p $TEMP_DIR/win-x64
3333unzip -o ./_bundle-assets/qserver-win32-x64.zip -d $TEMP_DIR /win-x64
3434mv $TEMP_DIR /win-x64/qserver $TEMP_DIR /win-x64/indexing
3535unzip -o ./_bundle-assets/ripgrep-win32-x64.zip -d $TEMP_DIR /win-x64
36+ cp ./_bundle-assets/registry-js/win32-x64/registry.node $TEMP_DIR /win-x64
3637
3738# Linux x64
3839mkdir -p $TEMP_DIR /linux-x64
@@ -70,7 +71,7 @@ for config in "${configs[@]}"; do
7071 zip -j $ARCHIVES_DIR /${config} /win-x64/servers.zip \
7172 ./build/private/assets/win-x64/*
7273 if [ " $config " = " agent-standalone" ]; then
73- (cd $TEMP_DIR /win-x64 && zip -r $OLDPWD /$ARCHIVES_DIR /${config} /win-x64/servers.zip indexing ripgrep/rg.exe)
74+ (cd $TEMP_DIR /win-x64 && zip -r $OLDPWD /$ARCHIVES_DIR /${config} /win-x64/servers.zip indexing ripgrep/rg.exe registry.node )
7475 fi
7576
7677 # Linux x64
105106cd ./build/private/bundle
106107for config in " ${configs[@]} " ; do
107108 cd ${config}
108- zip -r ../../../../$ARCHIVES_DIR /${config} /win-x64/servers.zip .
109+ zip -r ../../../../$ARCHIVES_DIR /${config} /win-x64/servers.zip . -x ' registry.node ' ' */registry.node '
109110 zip -r ../../../../$ARCHIVES_DIR /${config} /linux-x64/servers.zip .
110111 zip -r ../../../../$ARCHIVES_DIR /${config} /mac-x64/servers.zip .
111112 zip -r ../../../../$ARCHIVES_DIR /${config} /linux-arm64/servers.zip .
You can’t perform that action at this time.
0 commit comments