This commit is contained in:
riqo 2021-04-13 07:28:12 -05:00
commit d739349004
6 changed files with 86 additions and 17 deletions

View file

@ -11,5 +11,4 @@ build:
paths:
- $CI_PROJECT_DIR/dist/*.*
script:
- sed "s/0.0.0/${VERSION_ID}/g" package.json > _package.json && mv _package.json package.json
- yarn && yarn electron:build
- yarn dist