This commit is contained in:
Thomas Legay 2024-04-13 23:16:05 +02:00
parent 4aa8111f98
commit c72fb8b625
46 changed files with 361 additions and 47 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2023.10.0
VERSION=2024.3.1
APP=vaultwarden-web
GIT_VERSION=v$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
@ -19,8 +19,9 @@ main(){
}
build() {
export NODE_OPTIONS=--max-old-space-size=8192
cd /tmp/${APP}
echo web-$GIT_VERSION | ./package_web_vault.sh
echo $GIT_VERSION | ./package_web_vault.sh
}
makedeb(){