macos: fix bin name

This commit is contained in:
ardocrat
2024-08-02 00:04:37 +03:00
parent 4250a83973
commit 1424a820f0
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ cargo build ${release_param[@]}
# Start application
if [ $? -eq 0 ]
then
./target/${type}/grim-bin
./target/${type}/grim
fi