update 14/04/2025
This commit is contained in:
parent
ffb7217f7f
commit
0026da2286
56 changed files with 135 additions and 117 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
/usr/share/joplin/Joplin.AppImage
|
||||
/usr/share/joplin/Joplin.AppImage --no-sandbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue