mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 00:01:19 +08:00
optimization: move icons and windows folders to static folder
This commit is contained in:
parent
2259a6e5fd
commit
a3a0c80d33
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,8 +2,6 @@
|
|||||||
dist/electron/*
|
dist/electron/*
|
||||||
dist/web/*
|
dist/web/*
|
||||||
build/*
|
build/*
|
||||||
!build/icons
|
|
||||||
!build/windows
|
|
||||||
coverage
|
coverage
|
||||||
.vscode
|
.vscode
|
||||||
node_modules/
|
node_modules/
|
||||||
|
@ -64,10 +64,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "build/icons/icon.icns"
|
"icon": "static/icons/icon.icns"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "build/icons/icon.ico",
|
"icon": "static/icons/icon.ico",
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
@ -83,11 +83,11 @@
|
|||||||
"perMachine": true,
|
"perMachine": true,
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
"include": "build/windows/installer.nsh"
|
"include": "static/windows/installer.nsh"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"category": "Office;TextEditor;Utility",
|
"category": "Office;TextEditor;Utility",
|
||||||
"icon": "build/icons"
|
"icon": "static/icons"
|
||||||
},
|
},
|
||||||
"snap": {
|
"snap": {
|
||||||
"confinement": "classic",
|
"confinement": "classic",
|
||||||
|
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue
Block a user