обновление .desktop

This commit is contained in:
2023-04-12 21:15:42 +03:00
parent c6dba43fdc
commit 537ceb66d9
2 changed files with 9 additions and 0 deletions

View File

@ -8,3 +8,7 @@ Icon=logseq
StartupWMClass=logseq StartupWMClass=logseq
Comment=Open Source platform for knowledge sharing and management Comment=Open Source platform for knowledge sharing and management
Categories=Office Categories=Office
[Desktop Action X11]
Name=My Application (X11)
Exec=/usr/bin/logseq %U

View File

@ -12,6 +12,11 @@ conflicts=('logseq')
sources=("https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip") sources=("https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip")
checksums=('SKIP') checksums=('SKIP')
scripts=(
['postinstall']='postinstall.sh'
['postremove']='postremove.sh'
)
package() { package() {
cd "${srcdir}/Logseq-linux-x64" cd "${srcdir}/Logseq-linux-x64"
install -Dm644 "${scriptdir}/logseq-desktop.desktop" "${pkgdir}/usr/share/applications/logseq-desktop.desktop" install -Dm644 "${scriptdir}/logseq-desktop.desktop" "${pkgdir}/usr/share/applications/logseq-desktop.desktop"