From 791bc660adfe59d2c1263e9b9628e5b7534d7faf Mon Sep 17 00:00:00 2001 From: polybluez <163671824+polybluez@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:28:39 +0000 Subject: [PATCH] Fix CI bundle --- game/bundle/mkZip.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/bundle/mkZip.bash b/game/bundle/mkZip.bash index 287df5c..8dff77e 100644 --- a/game/bundle/mkZip.bash +++ b/game/bundle/mkZip.bash @@ -1,6 +1,6 @@ #!/bin/bash mkdir -p doom2df-win32 -nix build --print-build-logs .#legacyPackages.x86_64-linux."outputs'.x86_64-linux.mingw32.bundles.default" +nix build --print-build-logs .#"outputs'.x86_64-linux.mingw32.bundles.default" cp -r result/* doom2df-win32/ nix run --inputs-from . nixpkgs#_7zz -- a -stl -ssp -tzip doom2df-win32.zip -w doom2df-win32/executables/.