обновление .desktop
This commit is contained in:
@ -8,3 +8,7 @@ Icon=logseq
|
||||
StartupWMClass=logseq
|
||||
Comment=Open Source platform for knowledge sharing and management
|
||||
Categories=Office
|
||||
|
||||
[Desktop Action X11]
|
||||
Name=My Application (X11)
|
||||
Exec=/usr/bin/logseq %U
|
@ -12,6 +12,11 @@ conflicts=('logseq')
|
||||
sources=("https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip")
|
||||
checksums=('SKIP')
|
||||
|
||||
scripts=(
|
||||
['postinstall']='postinstall.sh'
|
||||
['postremove']='postremove.sh'
|
||||
)
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/Logseq-linux-x64"
|
||||
install -Dm644 "${scriptdir}/logseq-desktop.desktop" "${pkgdir}/usr/share/applications/logseq-desktop.desktop"
|
||||
|
Reference in New Issue
Block a user