UI: Update macOS app icon
This commit is contained in:
parent
35e6f5e17a
commit
84b2558995
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -174,7 +174,7 @@ jobs:
|
||||
cp rundir/RelWithDebInfo/bin/obs-ffmpeg-mux ./OBS.app/Contents/MacOS
|
||||
cp rundir/RelWithDebInfo/bin/libobsglad.0.dylib ./OBS.app/Contents/MacOS
|
||||
cp -R rundir/RelWithDebInfo/data ./OBS.app/Contents/Resources
|
||||
cp ../CI/scripts/macos/app/obs.icns ./OBS.app/Contents/Resources
|
||||
cp ../CI/scripts/macos/app/AppIcon.icns ./OBS.app/Contents/Resources
|
||||
cp -R rundir/RelWithDebInfo/obs-plugins/ ./OBS.app/Contents/PlugIns
|
||||
cp ../CI/scripts/macos/app/Info.plist ./OBS.app/Contents
|
||||
|
||||
|
@ -383,7 +383,7 @@ prepare_macos_bundle() {
|
||||
cp rundir/${BUILD_CONFIG}/bin/obs-ffmpeg-mux ./OBS.app/Contents/MacOS
|
||||
cp rundir/${BUILD_CONFIG}/bin/libobsglad.0.dylib ./OBS.app/Contents/MacOS
|
||||
cp -R rundir/${BUILD_CONFIG}/data ./OBS.app/Contents/Resources
|
||||
cp ${CI_SCRIPTS}/app/obs.icns ./OBS.app/Contents/Resources
|
||||
cp ${CI_SCRIPTS}/app/AppIcon.icns ./OBS.app/Contents/Resources
|
||||
cp -R rundir/${BUILD_CONFIG}/obs-plugins/ ./OBS.app/Contents/PlugIns
|
||||
cp ${CI_SCRIPTS}/app/Info.plist ./OBS.app/Contents
|
||||
# Scripting plugins are required to be placed in same directory as binary
|
||||
|
BIN
CI/scripts/macos/app/AppIcon.icns
Normal file
BIN
CI/scripts/macos/app/AppIcon.icns
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>obs.icns</string>
|
||||
<string>AppIcon.icns</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>OBS</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
|
BIN
CI/scripts/macos/app/big_sur_icon_template.psd
Normal file
BIN
CI/scripts/macos/app/big_sur_icon_template.psd
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "OBS-Studio $$VERSION$$",
|
||||
"background": "$$CI_PATH$$/package/background.tiff",
|
||||
"icon": "$$CI_PATH$$/app/obs.icns",
|
||||
"icon": "$$CI_PATH$$/app/AppIcon.icns",
|
||||
"format": "ULFO",
|
||||
"icon-size": 96,
|
||||
"window": {
|
||||
|
BIN
UI/forms/images/obs_256x256.png
Normal file
BIN
UI/forms/images/obs_256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
Loading…
x
Reference in New Issue
Block a user