Fix update cache path

This commit is contained in:
Peter Squicciarini
2019-12-08 15:19:44 -08:00
parent 3bba077e1e
commit 98a9a1b231
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
export npm_config_target_arch="$BUILDARCH"
../update_settings.sh
# apply patches
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patch
yarn
yarn postinstall
mv product.json product.json.bak