Skip to content

Commit

Permalink
pkgs(games/native/celeste-classic): fix folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 30, 2023
1 parent 0b22b98 commit b55c7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/native/celeste-classic.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenvNoCC, fetchzip, autoPatchelfHook, pkgs, lib, practiceMod ? false }:

let
folder = if practiceMod then "CELESTE" else "CELESTE Practice Mod";
folder = if practiceMod then "CELESTE Practice Mod" else "CELESTE";
bin = if practiceMod then "celeste_practice_mod" else "celeste";
in stdenvNoCC.mkDerivation {
pname = "celeste-classic";
Expand Down

0 comments on commit b55c7af

Please sign in to comment.