Skip to content
Snippets Groups Projects
Commit 186d7448 authored by thomas craipeau's avatar thomas craipeau
Browse files

desktop conf

parent 491df3d1
No related branches found
No related tags found
1 merge request!127Desktop
{
"name": "CommunEvent",
"version": "0.0.18",
"projectName": "communevent",
"devTools": true,
"devtron": true,
"desktopHCP": true,
"desktopHCPIgnoreCompatibilityVersion": false,
"autoUpdateFeedUrl": "http://127.0.0.1/update/:platform/:version",
"autoUpdateFeedHeaders": {},
"autoUpdateCheckOnStart": true,
"rebuildNativeNodeModules": false,
"webAppStartupTimeout": 60000,
"window": {
"icon": "@assets/icon.png",
"_windows": {
"icon": "@assets/icon.ico"
}
},
"windowDev": {
},
"uglify": true,
"plugins": {
"meteor-desktop-splash-screen": {
"version": "0.0.30",
"imagePath": "splash.png",
"windowSettings": {
"width": 800,
"height": 600
}
},
"meteor-desktop-localstorage": "0.0.11"
},
"dependencies": {},
"packageJsonFields": {
"description": "CommunEvent",
"author": "Thomas Craipeau",
"private": true
},
"builderOptions": {
"win": {
"title": "CommunEvent",
"authors": "Thomas Craipeau",
"target": "squirrel"
},
"squirrelWindows": {
"iconUrl": "https://github.com/wojtkowiak/meteor-desktop/blob/beta/scaffold/assets/meteor.ico?raw=true",
"loadingGif": ".desktop/assets/loading.gif"
},
"icon": ".desktop/assets/icon.ico",
"appId": "communEvent.app",
"productName": "CommunEvent",
"compression": "maximum",
"mac": {
"icon": ".desktop/assets/icon.icns"
},
"dmg": {
"icon": ".desktop/assets/icon.icns",
"background": ".desktop/assets/background.png",
"iconSize": 54,
"contents": [
{ "x": 377, "y": 190, "type": "link", "path": "/Applications" },
{ "x": 63, "y": 190, "type": "file" }
],
"window": {
"width": 480,
"height": 300
}
} },
"packagerOptions": {
"icon": ".desktop/assets/icon.ico",
"_osx": {
"icon": ".desktop/assets/icon.icns"
},
"version-string": {
"CompanyName": "communecter",
"LegalCopyright": "communecter.org",
"FileDescription": "CommunEvent",
"OriginalFilename": "CommunEvent.exe",
"FileVersion": "@version",
"ProductVersion": "@version",
"ProductName": "CommunEvent",
"InternalName": "CommunEvent.exe"
}
}
}
......@@ -2,7 +2,7 @@
*~
mapphotos.bfproject
config.push.json
settings.json
/settings.json
settings-prod.json
electron-settings.json
electron-settings-prod.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment