Electron: Add background to macOS installer (#3827)

This commit is contained in:
Alexander Zinchuk 2023-09-08 18:39:20 +02:00
parent 2496ff8dcb
commit e2aa5197d1
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@ -36,6 +36,18 @@ mac:
icon: "public/icon-electron-macos.icns"
notarize:
teamId: "Y54Z4K69Z9"
dmg:
title: "Telegram A installer"
background: "public/background-electron-dmg.tiff"
iconSize: 100
contents:
- x: 138
y: 225
type: "file"
- x: 402
y: 225
type: "link"
path: "/Applications"
linux:
category: "Community"
target: ["AppImage"]