Skip to content

Commit

Permalink
Fix CI bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Dec 23, 2024
1 parent 13b4433 commit 791bc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/bundle/mkZip.bash
Original file line number Diff line number Diff line change
@@ -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/.
Expand Down

0 comments on commit 791bc66

Please sign in to comment.