This commit is contained in:
thomas 2023-06-12 10:55:41 +02:00
parent f6f7521ffe
commit 797dff685b
21 changed files with 51 additions and 37 deletions

View file

@ -1,11 +1,11 @@
#!/bin/bash
VERSION=2023.4.0
VERSION=2023.5.0
APP=bitwarden-desktop
DEPOT=https://github.com/bitwarden/clients.git
GIT_VERSION=desktop-v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=8
PACKAGE_DEPENDENCY="pkg-config libsecret-1-dev yarn nodejs build-essential libglib2.0-dev"