public public key file
This commit is contained in:
parent
7d0f17d608
commit
760061b9c7
1 changed files with 3 additions and 0 deletions
|
@ -12,4 +12,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
|
|
||||||
const install_step = b.addInstallFile(b.path("install"), "install");
|
const install_step = b.addInstallFile(b.path("install"), "install");
|
||||||
b.getInstallStep().dependOn(&install_step.step);
|
b.getInstallStep().dependOn(&install_step.step);
|
||||||
|
|
||||||
|
const install_key = b.addInstallFile(b.path("public.gpg"), "public.gpg");
|
||||||
|
b.getInstallStep().dependOn(&install_key.step);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue