New upstream version 25.0.8+dfsg1
This commit is contained in:
parent
8b2e5f2130
commit
8e020cdacb
115 changed files with 1767 additions and 10949 deletions
BIN
CI/scripts/macos/package/background.tiff
Normal file
BIN
CI/scripts/macos/package/background.tiff
Normal file
Binary file not shown.
BIN
CI/scripts/macos/package/dylibBundler
Executable file
BIN
CI/scripts/macos/package/dylibBundler
Executable file
Binary file not shown.
14
CI/scripts/macos/package/settings.json
Normal file
14
CI/scripts/macos/package/settings.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"title": "OBS",
|
||||
"background": "./CI/scripts/macos/package/background.tiff",
|
||||
"icon": "./CI/scripts/macos/app/obs.icns",
|
||||
"format": "UDZO",
|
||||
"compression-level": 9,
|
||||
"window": { "position": { "x": 100, "y": 100 },
|
||||
"size": { "width": 540, "height": 380 } },
|
||||
"contents": [
|
||||
{ "x": 120, "y": 180, "type": "file",
|
||||
"path": "./OBS.app" },
|
||||
{ "x": 420, "y": 180, "type": "link", "path": "/Applications" }
|
||||
]
|
||||
}
|
||||
BIN
CI/scripts/macos/package/src/background.png
Normal file
BIN
CI/scripts/macos/package/src/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
CI/scripts/macos/package/src/background@2x.png
Normal file
BIN
CI/scripts/macos/package/src/background@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
1
CI/scripts/macos/package/src/makeRetinaBG
Executable file
1
CI/scripts/macos/package/src/makeRetinaBG
Executable file
|
|
@ -0,0 +1 @@
|
|||
tiffutil -cathidpicheck background.png background@2x.png -out background.tiff
|
||||
Loading…
Add table
Add a link
Reference in a new issue