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/web/*
|
||||
build/*
|
||||
!build/icons
|
||||
!build/windows
|
||||
coverage
|
||||
.vscode
|
||||
node_modules/
|
||||
|
@ -64,10 +64,10 @@
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"icon": "build/icons/icon.icns"
|
||||
"icon": "static/icons/icon.icns"
|
||||
},
|
||||
"win": {
|
||||
"icon": "build/icons/icon.ico",
|
||||
"icon": "static/icons/icon.ico",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
@ -83,11 +83,11 @@
|
||||
"perMachine": true,
|
||||
"oneClick": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"include": "build/windows/installer.nsh"
|
||||
"include": "static/windows/installer.nsh"
|
||||
},
|
||||
"linux": {
|
||||
"category": "Office;TextEditor;Utility",
|
||||
"icon": "build/icons"
|
||||
"icon": "static/icons"
|
||||
},
|
||||
"snap": {
|
||||
"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