Skip to content

Commit d4209e7

Browse files
committed
chore: update install task
1 parent a210155 commit d4209e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ror.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ task install {
2525
on "build"
2626
}
2727

28-
cmd "cp ./out/ror ~/.local/bin/ror"
28+
cmd "install -m 755 ./out/ror ~/.local/bin/ror"
2929
}
3030

3131
task go {

0 commit comments

Comments
 (0)