Kirk Trombley 2 жил өмнө
parent
commit
9497d3548d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ RUN apt update && apt install --yes libopus-dev ffmpeg unzip
   
 WORKDIR /audiobot
   
-RUN curl https://splamy.de/api/nightly/ts3ab/master/download -o ./audiobot.zip \
+RUN curl https://splamy.de/api/nightly/projects/ts3ab/master_linux_x64/download -o ./audiobot.zip \
   && unzip audiobot.zip \
   && rm audiobot.zip