Skip to content

Commit

Permalink
Fix Qt Platform Plugin "xcb" for arch
Browse files Browse the repository at this point in the history
  • Loading branch information
AkechiShiro committed Jul 2, 2023
1 parent 320a42d commit 155dd97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ echo "pkg:$pkgnew, date:$pkgver_date"
chmod a+x "./$pkgnew"
"./$pkgnew" --appimage-extract
# TODO: Find version from AppRun
# Fix for : https://github.com/NVlabs/instant-ngp/discussions/300
export QT_QPA_PLATFORM=offscreen
real_pkgver=$("./squashfs-root/AppRun" -v | sed -nE "s/^Nextcloud version ([0-9]*\.[0-9]*\.[0-9]*) (.*)$/\1/p")
sed -Ei "1,\$s|^(pkgver=).*|\1$real_pkgver.$pkgver_date|" PKGBUILD
updpkgsums ./PKGBUILD
Expand Down

0 comments on commit 155dd97

Please sign in to comment.