From 241e6f60beba5d9d7851eceddec6b28eb8e432f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krizs=C3=A1n=20P=C3=A9ter?= Date: Fri, 1 Nov 2024 10:26:59 +0100 Subject: [PATCH] Fixed sed command for patching vscode build --- xsoft/other/vscode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsoft/other/vscode.xml b/xsoft/other/vscode.xml index e6e0207..1ac59db 100644 --- a/xsoft/other/vscode.xml +++ b/xsoft/other/vscode.xml @@ -81,7 +81,7 @@ following commands: -sed "/git config /s/^/\/\//" build/npm/postinstall.js && +sed -i "/git config /s/^/\/\//" build/npm/postinstall.js && npm install && npm run watch