feat: port back changes made inside the insider branch (#1225)

This commit is contained in:
Baptiste Augrain
2022-08-30 13:55:17 +02:00
committed by GitHub
parent 39af33e65a
commit 6da0a42a92
18 changed files with 86 additions and 46 deletions

View File

@@ -148,7 +148,7 @@ else
echo "Moving AppImage"
mv build/linux/appimage/out/*.AppImage* artifacts/
rename '_-_' '-' artifacts/*.AppImage
find artifacts -name '*.AppImage*' -exec bash -c 'mv $0 ${0/_-_/-}' {} \;
fi
VSCODE_PLATFORM="linux"