File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ ln -sv ../lib/cherry-studio/cherrystudio "$PKGDIR"/usr/bin/cherrystudio
1616abinfo "Installing application icon ..."
1717install -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 || :
Original file line number Diff line number Diff line change 1- VER=1.5.7
1+ VER=1.5.9
22SRCS="git::commit=tags/v${VER}::https://github.com/CherryHQ/cherry-studio"
33CHKSUMS="SKIP"
44CHKUPDATE="anitya::id=379206"
You can’t perform that action at this time.
0 commit comments