Skip to content

Commit

Permalink
fix: Fixed wrong name of ffmpeg executables in graalvm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Aug 29, 2024
1 parent 89d62a5 commit f47f238
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GUI/src/darwin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<key>CFBundleIdentifier</key>
<string>io.github.SaptarshiSarkar12.Drifty-GUI</string>
<key>CFBundleVersion</key>
<string>2.1.0</string>
<string>2.1.0-beta.1</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.0-beta.1</string>
<key>CFBundleExecutable</key>
<string>Drifty GUI</string>
<key>CFBundleIconFile</key>
Expand Down
2 changes: 1 addition & 1 deletion config/resource-config-macos-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resources": {
"includes": [
{"pattern": "yt-dlp_macos"},
{"pattern": "ffmpeg_macos"}
{"pattern": "ffmpeg_macos-arm64"}
]
}
}
2 changes: 1 addition & 1 deletion config/resource-config-macos-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resources": {
"includes": [
{"pattern": "yt-dlp_macos"},
{"pattern": "ffmpeg_macos"}
{"pattern": "ffmpeg_macos-x64"}
]
}
}

0 comments on commit f47f238

Please sign in to comment.