mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
⬆️ Upgrade: downgrade element plus
This commit is contained in:
parent
db393e712e
commit
cee34c365e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "piclist",
|
"name": "piclist",
|
||||||
"version": "1.4.2",
|
"version": "1.4.208",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Kuingsmile",
|
"name": "Kuingsmile",
|
||||||
"email": "msq@msq.pub"
|
"email": "msq@msq.pub"
|
||||||
@ -50,7 +50,7 @@
|
|||||||
"cos-nodejs-sdk-v5": "^2.11.19",
|
"cos-nodejs-sdk-v5": "^2.11.19",
|
||||||
"custom-electron-titlebar": "^4.1.5",
|
"custom-electron-titlebar": "^4.1.5",
|
||||||
"dexie": "^3.2.3",
|
"dexie": "^3.2.3",
|
||||||
"element-plus": "^2.2.35",
|
"element-plus": "^2.2.32",
|
||||||
"fast-xml-parser": "^4.1.1",
|
"fast-xml-parser": "^4.1.1",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.0",
|
||||||
|
@ -67,12 +67,12 @@ const config = {
|
|||||||
},
|
},
|
||||||
mac: {
|
mac: {
|
||||||
icon: 'build/icons/icon.icns',
|
icon: 'build/icons/icon.icns',
|
||||||
hardenedRuntime: true,
|
hardenedRuntime: false,
|
||||||
entitlements: 'build/entitlements.mas.plist',
|
entitlements: 'build/entitlements.mas.plist',
|
||||||
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
|
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
|
||||||
provisioningProfile: 'build/piclistmass.provisionprofile',
|
provisioningProfile: 'build/piclistmass.provisionprofile',
|
||||||
extendInfo: {
|
extendInfo: {
|
||||||
LSUIElement: 1
|
LSUIElement: 0
|
||||||
},
|
},
|
||||||
target: [{
|
target: [{
|
||||||
target: 'mas',
|
target: 'mas',
|
||||||
@ -86,7 +86,7 @@ const config = {
|
|||||||
mas: {
|
mas: {
|
||||||
type: 'distribution',
|
type: 'distribution',
|
||||||
icon: 'build/icons/icon.icns',
|
icon: 'build/icons/icon.icns',
|
||||||
hardenedRuntime: true,
|
hardenedRuntime: false,
|
||||||
entitlements: 'build/entitlements.mas.plist',
|
entitlements: 'build/entitlements.mas.plist',
|
||||||
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
|
entitlementsInherit: 'build/entitlements.mas.inherit.plist',
|
||||||
provisioningProfile: 'build/piclistmass.provisionprofile',
|
provisioningProfile: 'build/piclistmass.provisionprofile',
|
||||||
|
Loading…
Reference in New Issue
Block a user