mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
feat(1.74): update custom gallery patch
This commit is contained in:
@@ -14,12 +14,12 @@ REPLACEMENT="s|//[^/]+\.data\.microsoft\.com|//0\.0\.0\.0|g"
|
||||
|
||||
if is_gnu_sed; then
|
||||
replace_with_debug () {
|
||||
echo "found: ${2} (`date`)"
|
||||
echo "found: ${2}"
|
||||
sed -i -E "${1}" "${2}"
|
||||
}
|
||||
else
|
||||
replace_with_debug () {
|
||||
echo "found: ${2} (`date`)"
|
||||
echo "found: ${2}"
|
||||
sed -i '' -E "${1}" "${2}"
|
||||
}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user