mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-02 12:33:51 +03:00
(experiment) update brew and use it for create-dmg
This commit is contained in:
parent
96e27cd232
commit
aae9794677
@ -16,8 +16,10 @@ os: osx
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- create-dmg
|
||||
- jq
|
||||
- zip
|
||||
update: true
|
||||
|
||||
language: node_js
|
||||
node_js: "12.14.1"
|
||||
|
@ -4,7 +4,7 @@ set -x
|
||||
if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
cd VSCode-darwin
|
||||
npx create-dmg VSCodium.app ..
|
||||
create-dmg VSCodium.app ..
|
||||
mv "../VSCodium ${LATEST_MS_TAG}.dmg" "../VSCodium.${LATEST_MS_TAG}.dmg"
|
||||
fi
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user