This commit is contained in:
Andrew Gundersen 2021-04-13 14:52:41 -05:00
commit 0eb6c654d9
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ build:
- echo "VERSION=$VERSION" >> variables.env
- export APPNAME=$(node -e "console.log(require('./package.json').productName)")
- echo "APPNAME=$APPNAME" >> variables.env
- yarn electron:build --macos dmg
- yarn electron:build --macos dmg # specify platform
artifacts:
reports:
dotenv: variables.env