mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: 🐛 修复 macOS 打包失败的问题
This commit is contained in:
parent
709581bec5
commit
37e283784e
@ -61,6 +61,7 @@
|
|||||||
"to": "extra",
|
"to": "extra",
|
||||||
"filter": ["common", "mac"]
|
"filter": ["common", "mac"]
|
||||||
},
|
},
|
||||||
|
"x64ArchFiles": "mac",
|
||||||
"entitlementsInherit": "entitlements.mac.plist",
|
"entitlementsInherit": "entitlements.mac.plist",
|
||||||
"extendInfo": {
|
"extendInfo": {
|
||||||
"NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",
|
"NSDocumentsFolderUsageDescription": "Application requests access to the user's Documents folder.",
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"electron-log": "^5.0.0",
|
"electron-log": "^5.0.0",
|
||||||
"electron-store": "^8.1.0",
|
"electron-store": "^8.1.0",
|
||||||
"electron-updater": "^6.1.4",
|
"electron-updater": "^6.1.4",
|
||||||
"element-plus": "^2.4.0",
|
"element-plus": "^2.4.1",
|
||||||
"fix-path": "^4.0.0",
|
"fix-path": "^4.0.0",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
|
@ -247,13 +247,6 @@ export default {
|
|||||||
this.$store.theme.update(value)
|
this.$store.theme.update(value)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'preferenceData.language': {
|
|
||||||
handler(value) {
|
|
||||||
console.log('preferenceData.language.value', value)
|
|
||||||
console.log('locale', this.locale)
|
|
||||||
this.locale = value
|
|
||||||
},
|
|
||||||
},
|
|
||||||
// 列表设备发生变化后如果没有匹配到则默认选中 global
|
// 列表设备发生变化后如果没有匹配到则默认选中 global
|
||||||
'scopeList': {
|
'scopeList': {
|
||||||
handler(value) {
|
handler(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user