⬆️ Upgrade: downgrade element plus

This commit is contained in:
萌萌哒赫萝
2023-03-14 22:58:21 +08:00
parent db393e712e
commit cee34c365e
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -67,12 +67,12 @@ const config = {
},
mac: {
icon: 'build/icons/icon.icns',
hardenedRuntime: true,
hardenedRuntime: false,
entitlements: 'build/entitlements.mas.plist',
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
provisioningProfile: 'build/piclistmass.provisionprofile',
extendInfo: {
LSUIElement: 1
LSUIElement: 0
},
target: [{
target: 'mas',
@@ -86,7 +86,7 @@ const config = {
mas: {
type: 'distribution',
icon: 'build/icons/icon.icns',
hardenedRuntime: true,
hardenedRuntime: false,
entitlements: 'build/entitlements.mas.plist',
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
provisioningProfile: 'build/piclistmass.provisionprofile',