mattermost-desktop/electron-builder.json

114 lines
2.1 KiB
JSON
Raw Normal View History

2017-03-02 07:16:29 -08:00
{
2017-07-27 06:48:12 -07:00
"publish": [{
"provider": "generic",
2018-11-11 06:26:25 -08:00
"url": "https://releases.mattermost.com/desktop/"
2017-07-27 06:48:12 -07:00
}],
"appId": "Mattermost.Desktop",
2018-02-28 05:17:31 -08:00
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
2017-03-02 07:16:29 -08:00
"directories": {
"buildResources": "resources",
2017-03-06 04:15:50 -08:00
"app": "src",
2017-03-02 07:16:29 -08:00
"output": "release"
},
2017-03-06 04:15:50 -08:00
"files": [
"main_bundle.js",
[MM-10586] Desktop App Window/Tabs Update (#1056) * [MM-19054] Added new server tab look and feel, still missing proper hover states and session expired icon * [MM-19055] Added window controls and removed border for macOS * [MM-19055] Add dark mode for macOS * [MM-19054] Added session expired icon * Test windows titlebar * Fixed the menu issue and added non-macOS dark mode * Blank commit * Fixed a lint issue * Fixed more lint issues * Fixed more issues * New tray icons * [MM-19603] Drag and drop tabs * Fixed some assets and fixed build output to include missing assets * Fixed a couple small issues * Only show tabs for only 1 server on Mac * Fixed some more tests * Fixed another test * Revert "Fixed another test" This reverts commit 36040294a71a68663d06996d71eecc5ed23d7014. * Fixed another test * Trial and error! * A bunch of additional fixes * Fixed a lint issue * Fixed restore focus on add server tab causing bad UX * Trial and error on flaky test again * Fixed some bugs based on PR feedback. * blank commit to push tests * Revert "Test windows titlebar" This reverts commit 9cd46b71b1427b75942434ac49185870d2437b85. * Remove the rest of the old new titlebar and fixes * Added three-dot link * New menu * Rest of new windows menu and other fixes * Fixed lint errors * Added windows 10 style title bar buttons for non mac OS * Lint fixes and enabled the tab bar regardless of number of servers * Missed one * Fixed unicode characters * Commenting out test that should no longer be applicable * Removed Windows 10 style titlebar icons and used material design instead * Fixed a lint issue * Some small UX fixes * blank commit * Fixed an issue where dropping the first tab moves it too far over before snapping into place * Additional style fixes * Another small issue fix * Back to Windows 10 style * Lint fixes * Accessible three dot menu * Lint fixes * Shrinking tabs when window is too small * Gradient between tabs and title bar buttons when window is too small * Add drag to gradient * Replaced icons, drag and drop cursor sticking fix, slight tab change * Lint and some mac fixes * Light theme fix to three dot menu * Hack for tab sticking to cursor on macOS * Fixes for the find utility * Fix for Catalina dark mode * Revert "Fix for Catalina dark mode" This reverts commit 45da05dd0f17f46efd1c53fafb92e9c1fd9dd8d9. * Fixed a couple issues Dean found * More fixes * Three dot hover effect to circle * PR feedback * Test fixes * Test and config fixes * Disable dragging when there are GPO servers * [MM-20757] Fixed dark mode on debug when running macOS Catalina * Allow future config versions to use v2 config if launching this version of the app * Oops * New titlebar icons, blur for titlebar on inactive * Lint fix * Set unfocused opacity to 0.4 * Final FINAL icons * Fixed closing menu not returning focus to the app * Lint fix * Update src/browser/components/TabBar.jsx Co-Authored-By: Guillermo Vayá <guivaya@gmail.com> * Update src/main/Validator.js Co-Authored-By: Guillermo Vayá <guivaya@gmail.com> * Lint fixes * Moved react-smooth-dnd fork to MM org and fixed another merge issue Co-authored-by: mattermod <mattermod@users.noreply.github.com> Co-authored-by: Guillermo Vayá <guivaya@gmail.com>
2020-01-03 09:00:43 -08:00
"browser/**/*{.html,.css,_bundle.js,.svg,.png}",
2017-03-06 04:15:50 -08:00
"assets/**/*",
2017-04-20 05:32:34 -07:00
"node_modules/bootstrap/dist/**",
"node_modules/simple-spellchecker/dict/*.dic"
2017-03-06 04:15:50 -08:00
],
"protocols": [
{
"name": "Mattermost",
"schemes": [
"mattermost"
]
}
],
"afterSign": "scripts/notarize.js",
2017-03-02 07:16:29 -08:00
"deb": {
"synopsis": "Mattermost"
},
"linux": {
2018-05-24 08:13:03 -07:00
"category": "Network;InstantMessaging",
2017-03-02 07:16:29 -08:00
"target": [
"deb",
2018-09-22 00:10:41 -07:00
"tar.gz",
"appimage"
2017-03-02 07:16:29 -08:00
],
"extraFiles": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
},
2017-03-02 07:16:29 -08:00
{
"from": "resources/linux",
"filter": [
"create_desktop_file.sh",
"icon.svg",
2017-03-02 07:16:29 -08:00
"README.md"
]
}
]
},
"mac": {
"category": "public.app-category.productivity",
"target": [
2017-09-07 10:45:21 -07:00
"zip",
"dmg"
],
"darkModeSupport": true,
"extraResources": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
}
],
"hardenedRuntime": true,
"gatekeeperAssess": true
2017-03-02 07:16:29 -08:00
},
2017-09-07 10:45:21 -07:00
"dmg": {
"background": "resources/osx/DMG_BG.png",
"contents": [
{
"x": 152,
"y": 201
},
{
"x": 445,
"y": 201,
"type": "link",
"path": "/Applications"
}
],
"iconSize": 110,
"iconTextSize": 13
2017-09-07 10:45:21 -07:00
},
2017-03-02 07:16:29 -08:00
"squirrelWindows": {
2018-02-28 05:17:31 -08:00
"iconUrl": "file://resources/icon.ico",
"artifactName": "${name}-setup-${version}-${arch}.${ext}"
2017-03-02 07:16:29 -08:00
},
"win": {
"target": [
2017-07-27 06:48:12 -07:00
"nsis",
2017-03-02 07:16:29 -08:00
"zip"
],
"extraFiles": [
{
"filter": [
"LICENSE.txt",
"NOTICE.txt"
]
}
2017-03-02 07:16:29 -08:00
]
2017-09-06 06:31:49 -07:00
},
"nsis": {
2018-06-15 06:21:17 -07:00
"artifactName": "${name}-setup-${version}-win.${ext}"
2017-03-02 07:16:29 -08:00
}
}