|
@@ -10,7 +10,7 @@ cd vscode || exit
|
|
|
# apply patches
|
|
|
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patch
|
|
|
patch -u resources/linux/rpm/code.spec.template -i ../patches/fix-rpm-spec.patch
|
|
|
-git apply ../patches/binary-name.patch
|
|
|
+git apply --ignore-whitespace ../patches/binary-name.patch
|
|
|
|
|
|
if [[ "$OS_NAME" == "osx" ]]; then
|
|
|
CHILD_CONCURRENCY=1 yarn --frozen-lockfile --ignore-optional
|