mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 02:58:13 -05:00
⬆️ Upgrade: downgrade element plus
This commit is contained in:
parent
db393e712e
commit
cee34c365e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "piclist",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.208",
|
||||
"author": {
|
||||
"name": "Kuingsmile",
|
||||
"email": "msq@msq.pub"
|
||||
@ -50,7 +50,7 @@
|
||||
"cos-nodejs-sdk-v5": "^2.11.19",
|
||||
"custom-electron-titlebar": "^4.1.5",
|
||||
"dexie": "^3.2.3",
|
||||
"element-plus": "^2.2.35",
|
||||
"element-plus": "^2.2.32",
|
||||
"fast-xml-parser": "^4.1.1",
|
||||
"form-data": "^4.0.0",
|
||||
"fs-extra": "^11.1.0",
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user