Skip to content

Commit 19b976e

Browse files
committed
rename deppkg output
1 parent ca5f2a1 commit 19b976e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn build(b: *std.Build) void {
2020
});
2121
const depPkgInstall = b.addInstallFile(
2222
depPkgArc,
23-
"deppkg/deppkg.tar.gz",
23+
"share/pkgtool-deppkg.tar.gz",
2424
);
2525
b.default_step.dependOn(&depPkgInstall.step);
2626
deppkg_step.dependOn(&depPkgInstall.step);

0 commit comments

Comments
 (0)