mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 16:53:40 +01:00
update justfile
This commit is contained in:
parent
c8c4aaadd8
commit
a78f02d5c2
1 changed files with 1 additions and 1 deletions
2
justfile
2
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}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue