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

View file

@ -7,7 +7,7 @@ yarn install
### Compiles and hot-reloads for development
```
yarn dev
yarn electron:serve
```
### Compiles and minifies for production
@ -15,7 +15,7 @@ yarn dev
yarn electron:build
```
### Run your unit tests
<!-- ### Run your unit tests
```
yarn test:unit
```
@ -23,7 +23,7 @@ yarn test:unit
### Lints and fixes files
```
yarn lint
```
``` -->
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).