diff --git a/public/background-electron-dmg.tiff b/public/background-electron-dmg.tiff new file mode 100644 index 000000000..81f77bc7d Binary files /dev/null and b/public/background-electron-dmg.tiff differ diff --git a/src/electron/config.yml b/src/electron/config.yml index bdf91ccc3..295612395 100644 --- a/src/electron/config.yml +++ b/src/electron/config.yml @@ -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"]