Skip to content

Commit

Permalink
Atualiza nome
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKMach committed Aug 3, 2024
1 parent 70c2843 commit f8c40ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn build(b: *std.Build) !void {

// Build
const exe = b.addExecutable(.{
.name = "PRC",
.name = "prc",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.{
.name = "Personal Remote Controller",
.name = "personal-remote-controller",
.version = "0.0.1",
.dependencies = .{
.network = .{
Expand Down

0 comments on commit f8c40ae

Please sign in to comment.