Skip to content

Commit

Permalink
Changed OSX source to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolkaloid committed May 24, 2023
1 parent 34f8d1d commit 2b6d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yt_dlp.gd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Downloader = preload("res://addons/godot-yt-dlp/src/downloader.gd")
const yt_dlp_sources: Dictionary = {
"Linux": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
"Windows": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe",
"OSX": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos",
"macOS": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos",
}
const ffmpeg_sources: Dictionary = {
"ffmpeg": "https://github.com/Nolkaloid/godot-youtube-dl/releases/latest/download/ffmpeg.exe",
Expand Down

0 comments on commit 2b6d130

Please sign in to comment.