Skip to content

Commit 9922c5a

Browse files
cherry-studio: update to 1.5.9
Co-authored-by: (@stydxm) <[email protected]>
1 parent f33420f commit 9922c5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app-utils/cherry-studio/autobuild/build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ ln -sv ../lib/cherry-studio/cherrystudio "$PKGDIR"/usr/bin/cherrystudio
1616
abinfo "Installing application icon ..."
1717
install -Dvm644 "$SRCDIR"/src/renderer/src/assets/images/logo.png \
1818
"$PKGDIR"/usr/share/pixmaps/cherry-studio.png
19+
20+
abinfo "Setting permissions ..."
21+
find "$PKGDIR"/usr/lib/cherry-studio/resources/app.asar.unpacked/node_modules -name "*.so" | xargs chmod -v +x || :
22+
find "$PKGDIR"/usr/lib/cherry-studio/resources/app.asar.unpacked/node_modules -name "*.so*" | xargs chmod -v +x || :

app-utils/cherry-studio/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=1.5.7
1+
VER=1.5.9
22
SRCS="git::commit=tags/v${VER}::https://github.com/CherryHQ/cherry-studio"
33
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=379206"

0 commit comments

Comments
 (0)