mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-21 06:45:22 +00:00
build: some style changes, namely we should create steps only in root
This commit is contained in:
committed by
Leah Amelia Chen
parent
e252932bde
commit
6b1a017a86
@@ -105,4 +105,11 @@ pub fn build(b: *std.Build) !void {
|
||||
test_step.dependOn(&test_run.step);
|
||||
}
|
||||
}
|
||||
|
||||
// update-translations does what it sounds like and updates the "pot"
|
||||
// files. These should be committed to the repo.
|
||||
{
|
||||
const step = b.step("update-translations", "Update translation files");
|
||||
step.dependOn(i18n.update_step);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user