diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-29 02:59:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-29 02:59:56 +0200 |
commit | f9f70e7fdda8b94a979e01461004c25f058fc876 (patch) | |
tree | 7809361db40b3078f10d4720be1df9f6783ca1cc | |
parent | 2cbdcfb0cdad0f68b18d730c6de3ca60e62c7b90 (diff) | |
download | pkgbuilds-f9f70e7fdda8b94a979e01461004c25f058fc876.tar pkgbuilds-f9f70e7fdda8b94a979e01461004c25f058fc876.tar.bz2 pkgbuilds-f9f70e7fdda8b94a979e01461004c25f058fc876.tar.zst |
add nsis makedeps
-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 0e0c109..a22fb7e 100644 --- a/hurrycurry-standalone-files-git/PKGBUILD +++ b/hurrycurry-standalone-files-git/PKGBUILD @@ -14,6 +14,7 @@ makedepends=( 'godot' 'esbuild' 'typst' + 'nsis' 'mingw-w64-gcc' 'mingw-w64-binutils' 'lib32-rust-libs' |