build: fix desktop launch
This commit is contained in:
parent
f255901a97
commit
84d71e371d
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ cargo build ${release_param[@]}
|
||||||
# Start application
|
# Start application
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
./target/${type}/grim
|
./target/${type}/grim-bin
|
||||||
fi
|
fi
|
Loading…
Reference in a new issue