diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-29 15:10:34 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-29 15:10:34 +0200 |
commit | e1ad6ffdae4cc2fd13751ff6de7dfda0893c968b (patch) | |
tree | d1a06ae6bf23e216db5836dc7945056814140f49 | |
parent | f9f70e7fdda8b94a979e01461004c25f058fc876 (diff) | |
download | pkgbuilds-e1ad6ffdae4cc2fd13751ff6de7dfda0893c968b.tar pkgbuilds-e1ad6ffdae4cc2fd13751ff6de7dfda0893c968b.tar.bz2 pkgbuilds-e1ad6ffdae4cc2fd13751ff6de7dfda0893c968b.tar.zst |
add windows installer version from pkgbuild
-rw-r--r-- | hurrycurry-standalone-files-git/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurrycurry-standalone-files-git/PKGBUILD b/hurrycurry-standalone-files-git/PKGBUILD index a22fb7e..93a521a 100644 --- a/hurrycurry-standalone-files-git/PKGBUILD +++ b/hurrycurry-standalone-files-git/PKGBUILD @@ -108,6 +108,7 @@ build() { ln -svfT ../hurrycurry main ln -svfT ../hurrycurry-website website make \ + NSIFLAGS="-DVERSION=$pkgver-$pkgrel" \ DATA=../out/data.tar.zst \ CLIENT_64=../out/client-x86_64-pc-windows-gnu.exe \ CLIENT_32=../out/client-i686-pc-windows-gnu.exe \ |