Commit 05b2c1ef authored by Colin Delacroix's avatar Colin Delacroix

fix MacOS X icon

parent bb652ac2
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
HEAD HEAD
* MacOS X icon is now correctly added to the app
* Fixed a compilation issue in the DVDioctl driver. * Fixed a compilation issue in the DVDioctl driver.
* Added a call to ranlib after a built-in module compilation. * Added a call to ranlib after a built-in module compilation.
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
<string>English</string> <string>English</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>vlc</string> <string>vlc</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment