fix!: Change the extension of generated .naix files to .naix.h

This commit is contained in:
Rachel 2025-05-22 20:02:25 -07:00
parent 4274232a22
commit bb00d6a9a3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.1.0
0.3.0

View File

@ -162,7 +162,7 @@ static int pack(struct options *opts)
struct vfs_pack_ctx *ctx = NULL;
struct strbuild *index = NULL;
struct strvec *to_pack = NULL;
char *naix = strcpy_fext(opts->output, "naix");
char *naix = strcpy_fext(opts->output, "naix.h");
dir = opendir(opts->input);
if (dir == NULL) {