Skip to content

Commit

Permalink
Fixed ffmpeg download path
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 21, 2023
1 parent 798ee11 commit ee6874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/download_ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def download_file(url, filename):
# URL of the file to be downloaded
url = "https://github.com/karaokenerds/karaoke-prep/releases/download/v0.8.3/ffmpeg.exe"
# Filename to save the downloaded file
filename = "ffmpeg.exe"
filename = "platform/ffmpeg.exe"

# Call the function to download the file
download_file(url, filename)

0 comments on commit ee6874d

Please sign in to comment.