diff --git a/GUI/src/darwin/Info.plist b/GUI/src/darwin/Info.plist index b6c31737..8902c7cd 100644 --- a/GUI/src/darwin/Info.plist +++ b/GUI/src/darwin/Info.plist @@ -5,9 +5,9 @@ CFBundleIdentifier io.github.SaptarshiSarkar12.Drifty-GUI CFBundleVersion - 2.1.0 + 2.1.0-beta.1 CFBundleShortVersionString - 2.1.0 + 2.1.0-beta.1 CFBundleExecutable Drifty GUI CFBundleIconFile diff --git a/config/resource-config-macos-aarch64.json b/config/resource-config-macos-aarch64.json index 5c343e23..518ac053 100644 --- a/config/resource-config-macos-aarch64.json +++ b/config/resource-config-macos-aarch64.json @@ -2,7 +2,7 @@ "resources": { "includes": [ {"pattern": "yt-dlp_macos"}, - {"pattern": "ffmpeg_macos"} + {"pattern": "ffmpeg_macos-arm64"} ] } } diff --git a/config/resource-config-macos-x64.json b/config/resource-config-macos-x64.json index 5c343e23..5e8c6889 100644 --- a/config/resource-config-macos-x64.json +++ b/config/resource-config-macos-x64.json @@ -2,7 +2,7 @@ "resources": { "includes": [ {"pattern": "yt-dlp_macos"}, - {"pattern": "ffmpeg_macos"} + {"pattern": "ffmpeg_macos-x64"} ] } }