update version

This commit is contained in:
thomas 2022-10-08 03:58:00 +02:00
parent f2f96c288b
commit 1ba5c25f9a
7 changed files with 34 additions and 12 deletions

View file

@ -25,8 +25,9 @@ envinit() {
build() {
cd /tmp/${APP}
yarn install
yarn dist
yarn
yarn bootstrap
yarn build
}
makedeb(){