This commit is contained in:
Andrew Gundersen 2021-04-13 19:42:12 -05:00
commit 9a849474bd

View file

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