From a78f02d5c226991c822fd39858b23212bb17a6ce Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 29 Oct 2022 21:50:17 +0200 Subject: [PATCH] update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index dba2dfc..0a914d6 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ install-scripts target=(`echo $HOME` + "/.local"): cd scripts/randomwallpaper && zig build -Drelease-fast -p {{target}} cd scripts/vinput && zig build -Drelease-fast -p {{target}} - cd scripts/playtwitch && gyro build -Drelease-fast -p {{target}} + cd scripts/playtwitch && zig build -Drelease-fast -p {{target}} cd scripts/prompt && gyro build -Drelease-fast -p {{target}} cd scripts/mzteinit && gyro build -Drelease-fast -p {{target}}