From e75a376ca4063123993986e44344134a4aef4e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Mon, 1 Jul 2024 12:52:35 +0200 Subject: [PATCH] Update deploy --- deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 484d95a..2b7a31c 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1 @@ -go build main -cp main.exe "/c/Program Files/Git/usr/bin/cln.exe" \ No newline at end of file +go build main && cp main.exe "/c/Program Files/Git/usr/bin/cln.exe" \ No newline at end of file