mirror of
https://github.com/marktext/marktext.git
synced 2025-05-11 22:41:05 +08:00
allow windows setup user customization
This commit is contained in:
parent
d3959a4dc2
commit
b4363f361c
@ -44,8 +44,7 @@
|
|||||||
"dist/electron/**/*"
|
"dist/electron/**/*"
|
||||||
],
|
],
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"contents": [
|
"contents": [{
|
||||||
{
|
|
||||||
"x": 410,
|
"x": 410,
|
||||||
"y": 150,
|
"y": 150,
|
||||||
"type": "link",
|
"type": "link",
|
||||||
@ -66,7 +65,9 @@
|
|||||||
"target": "nsis"
|
"target": "nsis"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"perMachine": true
|
"perMachine": true,
|
||||||
|
"oneClick": false,
|
||||||
|
"allowToChangeInstallationDirectory": true
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "build/icons"
|
"icon": "build/icons"
|
||||||
@ -149,4 +150,4 @@
|
|||||||
"webpack-hot-middleware": "^2.18.2",
|
"webpack-hot-middleware": "^2.18.2",
|
||||||
"webpack-merge": "^4.1.0"
|
"webpack-merge": "^4.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user