mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 03:50:13 +10:00
chore: move user patches last [skip ci]
This commit is contained in:
@@ -35,12 +35,6 @@ if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for file in ../patches/user/*.patch; do
|
|
||||||
if [[ -f "${file}" ]]; then
|
|
||||||
apply_patch "${file}"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
if [[ -d "../patches/${OS_NAME}/" ]]; then
|
if [[ -d "../patches/${OS_NAME}/" ]]; then
|
||||||
for file in "../patches/${OS_NAME}/"*.patch; do
|
for file in "../patches/${OS_NAME}/"*.patch; do
|
||||||
if [[ -f "${file}" ]]; then
|
if [[ -f "${file}" ]]; then
|
||||||
@@ -49,6 +43,12 @@ if [[ -d "../patches/${OS_NAME}/" ]]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
for file in ../patches/user/*.patch; do
|
||||||
|
if [[ -f "${file}" ]]; then
|
||||||
|
apply_patch "${file}"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
||||||
|
|||||||
Reference in New Issue
Block a user