mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-25 17:11:15 +08:00
Add files via upload
This commit is contained in:
parent
b472a3a370
commit
095bcea7bf
31
package.json
31
package.json
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user