Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zettlr
Commits: 22bfe956 by Caleb Maclennan at 2025-12-26T22:17:47+03:00 Disable self-updater (upcomming release) c.f. https://github.com/Zettlr/Zettlr/issues/6075 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -57,6 +57,7 @@ prepare() { build() { cd "$_archive" local NODE_ENV='' + export ZETTLR_DISABLE_UPDATE_CHECK=true yarn package:linux-x64 } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/commit/22bfe9560033097fb759d0dec1e1d12bad0c6794 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zettlr/-/commit/22bfe9560033097fb759d0dec1e1d12bad0c6794 You're receiving this email because of your account on gitlab.archlinux.org.
