diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-08 22:36:04 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-02-08 22:36:04 +0100 |
| commit | f1916d411070ee127ed3f2314a060962a774ad97 (patch) | |
| tree | 44cd48d22011d73ddac8784d5afcd579773bc974 | |
| parent | 4e4727f0222ff5df975892e9f20460f42dd3572d (diff) | |
Use the long app name instead of the short
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |