AppImage rebuild with modified process for max compatibility

This commit is contained in:
Yuri Karamian 2026-02-22 22:56:39 +01:00
parent 3487aafaa6
commit 8f29215558
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ pkgbase = helixnotes-appimage-bin
options = !strip
source = HelixNotes_1.1.5_amd64.AppImage::https://download.helixnotes.com/releases/v1.1.5/HelixNotes_1.1.5_amd64.AppImage
source = helixnotes.desktop
sha256sums = 946712cf4e0536d415d762b0c414394cb66c7ed5221e4450ae7eb13b28061a13
sha256sums = a75f5cdc71873dc25172b09b764732d8ce147089d2112114624df452572d28b0
sha256sums = 20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba
pkgname = helixnotes-appimage-bin

View file

@ -11,7 +11,7 @@ depends=('fuse2' 'gtk3')
options=('!strip')
source=("${_pkgname}_${pkgver}_amd64.AppImage::https://download.helixnotes.com/releases/v${pkgver}/${_pkgname}_${pkgver}_amd64.AppImage"
"helixnotes.desktop")
sha256sums=('946712cf4e0536d415d762b0c414394cb66c7ed5221e4450ae7eb13b28061a13'
sha256sums=('a75f5cdc71873dc25172b09b764732d8ce147089d2112114624df452572d28b0'
'20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba')
noextract=("${_pkgname}_${pkgver}_amd64.AppImage")