Add files via upload

This commit is contained in:
JannisX11 2017-10-26 19:19:31 +02:00 committed by GitHub
parent b472a3a370
commit 095bcea7bf

View File

@ -6,8 +6,39 @@
"main": "main.js",
"build": {
"appId": "blockbench",
"category": "public.app-category.education",
"mac": {
"category": "macOS.application"
},
"files": [
"assets/",
"build/",
"css/",
"font/",
"js",
"main.js",
"index.php",
"package.json",
"favicon.png",
"icon.icns",
"icon.ico",
"icon.png"
],
"dmg": {
"contents": [
{"x": 130, "y": 220},
{"x": 410, "y": 220, "type": "link", "path": "/Applications"}
]
},
"win": {
"target": "nsis"
},
"linux": {
"target": [
"AppImage",
"deb"
]
}
},
"mac": {