Files
youtube-downloader/downloader/deploy.sh
PhatPhuckDave 7e12d9e939 Enable CORS
2024-07-21 18:59:57 +02:00

3 lines
80 B
Bash

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