update 14/04/2025

This commit is contained in:
Thomas Legay 2025-04-14 18:51:11 +02:00
parent ffb7217f7f
commit 0026da2286
56 changed files with 135 additions and 117 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=3.2.6
VERSION=3.2.13
APP=joplin-desktop
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
@ -24,6 +24,7 @@ build() {
cd /tmp/${APP}/
BUILD_SEQUENCIAL=1 yarn install
cd packages/app-desktop
USE_HARD_LINKS=false yarn dist
npm run dist
}

View file

@ -1,2 +1,2 @@
#!/bin/bash
/usr/share/joplin/Joplin.AppImage
/usr/share/joplin/Joplin.AppImage --no-sandbox