Custom window title #8

Merged
ardocrat merged 29 commits from custom_window_title into master 2024-07-03 13:44:26 +03:00
Showing only changes of commit 84d71e371d - Show all commits

View file

@ -21,5 +21,5 @@ cargo build ${release_param[@]}
# Start application
if [ $? -eq 0 ]
then
./target/${type}/grim
./target/${type}/grim-bin
fi