1
0
forked from GRIN/grim

build: fix binary path

This commit is contained in:
ardocrat
2023-08-06 18:56:53 +03:00
parent 92c7ab62c2
commit 8ed6bc0578
+1 -1
View File
@@ -14,5 +14,5 @@ cargo build ${release_param[@]} --target x86_64-unknown-linux-gnu
if [ $? -eq 0 ]
then
./target/x86_64-unknown-linux-gnu/release/grim
./target/x86_64-unknown-linux-gnu/${type}/grim
fi