





















Oh crap, if thats the case then I'll fix it once im back home after work. Thanks for letting me know! 🙂
Understood it's an automated process, but it's also probably not necessary to create a new empty commit when nothing changes:
Hey i know, that is intended since ive automated the update process. It checks every 6 hrs for a release.
Hey thanks for the tip! I think I fixed the error now.
I get the following error:
Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle
I believe striping is affecting the binary. If you want you can try something like this instead:
_pkgname=optiscaler-client
pkgname=${_pkgname}-custom-bin
pkgver=1.0.5
pkgrel=1
pkgdesc='OptiScaler Client is a modern, high-performance desktop utility...'
arch=(x86_64)
url=https://github.com/Agustinm28/Optiscaler-Client
source=(
"optiscaler-client-${pkgver}.zip::https://github.com/Agustinm28/Optiscaler-Client/releases/download/OptiscalerClient-${pkgver}/OptiscalerClient-${pkgver}-linux-x64.zip"
)
sha256sums=(
'SKIP'
)
provides=($_pkgname)
conflicts=($_pkgname $_pkgname-git)
options=(!strip)
package() {
mkdir -p "${pkgdir}/opt"
cp -r "$srcdir" "${pkgdir}/opt/optiscaler-client"
mkdir -p "${pkgdir}/usr/bin"
ln -s "/opt/optiscaler-client/OptiscalerClient" "${pkgdir}/usr/bin/optiscaler-client"
install -Dm644 "${startdir}/optiscaler-client.desktop" "${pkgdir}/usr/share/applications/optiscaler-client.desktop"
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
No rush! And again, not a big deal ,-)