From f1916d411070ee127ed3f2314a060962a774ad97 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 8 Feb 2025 22:36:04 +0100 Subject: Use the long app name instead of the short --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47d9129..9cd01b8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ architectures := x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu app_name := lrc long_app_name := lyricli deploy_host := deploy@conchos.unlimited.pizza -deploy_path := /srv/http/build.r.bdr.sh/$(app_name) +deploy_path := /srv/http/build.r.bdr.sh/$(long_app_name) define sign_and_deploy @./scripts/sign.sh "$(1)" "$(channel)" "$(architecture)" -- cgit