mirror of
https://fastgit.cc/github.com/hicccc77/WeFlow
synced 2026-04-20 21:01:15 +08:00
修正文件路径
This commit is contained in:
14
package.json
14
package.json
@@ -96,7 +96,7 @@
|
|||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
"entitlements": "electron/entitlements.mac.plist",
|
"entitlements": "electron/entitlements.mac.plist",
|
||||||
"entitlementsInherit": "electron/entitlements.mac.plist",
|
"entitlementsInherit": "electron/entitlements.mac.plist",
|
||||||
"icon": "resources/icon.icns"
|
"icon": "resources/icons/macos/icon.icns"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
@@ -105,19 +105,19 @@
|
|||||||
"icon": "public/icon.ico",
|
"icon": "public/icon.ico",
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
{
|
{
|
||||||
"from": "resources/msvcp140.dll",
|
"from": "resources/runtime/win32/msvcp140.dll",
|
||||||
"to": "."
|
"to": "."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": "resources/msvcp140_1.dll",
|
"from": "resources/runtime/win32/msvcp140_1.dll",
|
||||||
"to": "."
|
"to": "."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": "resources/vcruntime140.dll",
|
"from": "resources/runtime/win32/vcruntime140.dll",
|
||||||
"to": "."
|
"to": "."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": "resources/vcruntime140_1.dll",
|
"from": "resources/runtime/win32/vcruntime140_1.dll",
|
||||||
"to": "."
|
"to": "."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
"synopsis": "WeFlow for Linux",
|
"synopsis": "WeFlow for Linux",
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
{
|
{
|
||||||
"from": "resources/linux/install.sh",
|
"from": "resources/installer/linux/install.sh",
|
||||||
"to": "install.sh"
|
"to": "install.sh"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
"node_modules/ffmpeg-static/**/*",
|
"node_modules/ffmpeg-static/**/*",
|
||||||
"resources/wedecrypt/**/*.node"
|
"resources/wedecrypt/**/*.node"
|
||||||
],
|
],
|
||||||
"icon": "resources/icon.icns"
|
"icon": "resources/icons/macos/icon.icns"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"picomatch": "^4.0.4",
|
"picomatch": "^4.0.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user