From f41ce6b82157d8e8307c78b6a999c1d9fcb724a2 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 18 Sep 2021 21:56:54 +0800 Subject: [PATCH] fix install scripts --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index d339293..cf1e580 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,4 +4,4 @@ ./cmakew --build build sudo ./cmakew --install build -echo "Done. You can open it from the application dashboard. \ No newline at end of file +echo "Done. You can open it from the application dashboard." \ No newline at end of file