fix ci script;

This commit is contained in:
Twiddly 2019-10-22 03:18:00 +02:00
parent 97ea41a256
commit 4bd1af0bd9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ install:
- npm install
before_deploy:
- npm run dist-ci
- npm run dist
- export APP_VERSION=$(node -pe "require('./package.json').version")
- export APP_RELEASE_NAME="HappyPanda X Desktop v$APP_VERSION"