Files
youtube-downloader/downloader/build.sh

3 lines
80 B
Bash

nssm stop YoutubeDownloader && \
go build main && \
nssm start YoutubeDownloader