mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 20:00:15 +10:00
chore: optional log [skip ci]
This commit is contained in:
4
utils.sh
4
utils.sh
@@ -9,7 +9,9 @@ ORG_NAME="${ORG_NAME:-VSCodium}"
|
|||||||
# All common functions can be added to this file
|
# All common functions can be added to this file
|
||||||
|
|
||||||
apply_patch() {
|
apply_patch() {
|
||||||
echo applying patch: "$1";
|
if [[ -z "$2" ]]; then
|
||||||
|
echo applying patch: "$1";
|
||||||
|
fi
|
||||||
# grep '^+++' "$1" | sed -e 's#+++ [ab]/#./vscode/#' | while read line; do shasum -a 256 "${line}"; done
|
# grep '^+++' "$1" | sed -e 's#+++ [ab]/#./vscode/#' | while read line; do shasum -a 256 "${line}"; done
|
||||||
|
|
||||||
replace "s|!!APP_NAME!!|${APP_NAME}|g" "$1"
|
replace "s|!!APP_NAME!!|${APP_NAME}|g" "$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user