mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-06 16:07:06 +08:00
⬆️ Upgrade: downgrade element plus
This commit is contained in:
+3
-3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user