From 7cac378d049cceebcbe55ce8fee990918036064f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Tue, 18 Jun 2024 20:14:26 +0200 Subject: [PATCH] add downloader build --- downloader/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/downloader/build.sh b/downloader/build.sh index 166a66b..d16e268 100644 --- a/downloader/build.sh +++ b/downloader/build.sh @@ -1 +1,3 @@ -docker build -t youtube-downloader . \ No newline at end of file +nssm stop YoutubeDownloader && \ +go build main && \ +nssm start YoutubeDownloader \ No newline at end of file