Skip to content

Commit

Permalink
Don't copy resources/ folder into build/ anymore
Browse files Browse the repository at this point in the history
Since we are bundling everything by default, the first impression of
the project after a first build is not gonna be ruined by this
specifically.
  • Loading branch information
rexim committed Feb 23, 2024
1 parent ae93067 commit fd1d1f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nob.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ int main(int argc, char **argv)
if (!generate_resource_bundle()) return 1;
#endif // MUSIALIZER_UNBUNDLE
if (!build_musializer()) return 1;
if (!nob_copy_directory_recursively("./resources/", "./build/resources/")) return 1;
} else if (strcmp(subcommand, "dist") == 0) {
if (!build_dist()) return 1;
} else if (strcmp(subcommand, "config") == 0) {
Expand Down

0 comments on commit fd1d1f6

Please sign in to comment.