fix(msi): launch installer [skip ci]

This commit is contained in:
Baptiste Augrain
2022-09-30 08:44:14 +02:00
parent 0b4c409685
commit 97eb57c196
2 changed files with 22 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
git add .
git reset -q --hard HEAD
if [[ -f "${file}" ]]; then
if [[ -f "${FILE}" ]]; then
git apply --reject "${FILE}"
fi