This commit is contained in:
Thomas Legay 2025-04-27 00:48:12 +02:00
parent 0026da2286
commit d2bd592dfe
9 changed files with 20 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=3.2.13
VERSION=3.3.4
APP=joplin-desktop
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
@ -9,7 +9,12 @@ DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=14
PACKAGE_DEPENDENCY="build-essential python-is-python3 nodejs rsync yarn"
clean(){
rm -fr ~/.cache ~/.npm ~/.yarn
}
main(){
clean
base_package_upgrade
configure_depot_yarn
configure_depot_nodejs 20
@ -20,7 +25,6 @@ main(){
}
build() {
# rm -fr /tmp/${APP}/packages/app-mobile
cd /tmp/${APP}/
BUILD_SEQUENCIAL=1 yarn install
cd packages/app-desktop