- fixing build
- add manual build
This commit is contained in:
parent
99f27fe9ed
commit
f8eeb2b698
3 changed files with 15 additions and 4 deletions
10
build_macos.sh
Executable file
10
build_macos.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
nvm use 12
|
||||||
|
|
||||||
|
rm -rf VSCode*
|
||||||
|
rm -rf vscode
|
||||||
|
|
||||||
|
. get_repo.sh
|
||||||
|
|
||||||
|
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=osx VSCODE_ARCH=x64 . build.sh
|
|
@ -9,6 +9,7 @@ echo "Got the latest MS tag: ${LATEST_MS_TAG}"
|
||||||
git clone https://github.com/Microsoft/vscode.git --branch $LATEST_MS_TAG --depth 1
|
git clone https://github.com/Microsoft/vscode.git --branch $LATEST_MS_TAG --depth 1
|
||||||
|
|
||||||
# for GH actions
|
# for GH actions
|
||||||
echo "LATEST_MS_COMMIT=$LATEST_MS_COMMIT" >> $GITHUB_ENV
|
if [[ $GITHUB_ENV ]]; then
|
||||||
echo "LATEST_MS_TAG=$LATEST_MS_TAG" >> $GITHUB_ENV
|
echo "LATEST_MS_COMMIT=$LATEST_MS_COMMIT" >> $GITHUB_ENV
|
||||||
|
echo "LATEST_MS_TAG=$LATEST_MS_TAG" >> $GITHUB_ENV
|
||||||
|
fi
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
/usr/share/bash-completion/completions/@@NAME@@
|
/usr/share/bash-completion/completions/@@NAME@@
|
||||||
/usr/share/zsh/site-functions/_@@NAME@@
|
/usr/share/zsh/site-functions/_@@NAME@@
|
||||||
+
|
+
|
||||||
++%config(noreplace) /usr/share/@@NAME@@/resources/app/product.json
|
+%config(noreplace) /usr/share/@@NAME@@/resources/app/product.json
|
||||||
|
|
Loading…
Reference in a new issue