更新
This commit is contained in:
+48
-69
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "SoonDesign",
|
||||
"version": "2.3.017",
|
||||
"name": "soondesign",
|
||||
"version": "3.2.101",
|
||||
"homepage": "https://www.cardsoon.com/index.php/cn/products/cardsoonsoft.html",
|
||||
"author": "",
|
||||
"description": "tools of design soon files",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -10,50 +12,53 @@
|
||||
"cleanup:jsc": "node scripts/encrypt/cleanup-jsc.js",
|
||||
"cleanup": "node scripts/encrypt/cleanup.js",
|
||||
"restore": "node scripts/encrypt/restore.js",
|
||||
"package": "electron-packager ./ SoonDesign --out ./OutApp --platform=win32 --arch=x64 --electron-version 15.1.1 --icon public/images/favicon.icns --asar --overwrite --download.mirrorOptions.mirror=https://npmmirror.com/mirrors/electron/",
|
||||
"dist": "webpack",
|
||||
"build": "electron-builder --arm64 --x64",
|
||||
"build:win": "electron-builder --win --x64",
|
||||
"build:mac": "electron-builder --mac --x64",
|
||||
"build:linux": "electron-builder --linux --x64",
|
||||
"build:linux:arm64": "electron-builder --linux --arm64",
|
||||
"build:all": "electron-builder -mwl",
|
||||
"release:win": "yarn encrypt:win && yarn cleanup && yarn build:win",
|
||||
"release:mac": "yarn encrypt:linux && yarn cleanup && yarn build:mac",
|
||||
"release:linux": "yarn encrypt:linux && yarn cleanup && yarn build:linux",
|
||||
"release:linux:arm64": "yarn build:linux:arm64"
|
||||
"release:linux": "yarn encrypt:linux && yarn cleanup && yarn build:linux"
|
||||
},
|
||||
"build": {
|
||||
"electronPackagerConfig": {
|
||||
"packageManager": "npm",
|
||||
"icon": "./public/images/favicon.ico"
|
||||
},
|
||||
"build": {
|
||||
"productName": "SoonDesign",
|
||||
"appId": "com.SoonDesign",
|
||||
"copyright": "",
|
||||
"appId": "com.SoonDesign.id",
|
||||
"extraFiles": [
|
||||
{
|
||||
"from": "help",
|
||||
"to": "./help"
|
||||
}
|
||||
],
|
||||
"linux": {
|
||||
"maintainer": "Jerry Xu <jerry79.xu@gmail.com>",
|
||||
"category": "Utility",
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
],
|
||||
"icon": "./public/images/IconA256.png"
|
||||
},
|
||||
"mac": {
|
||||
"icon": "./public/images/favicon.icns",
|
||||
"category": "public.app-category.utilities"
|
||||
},
|
||||
"copyright": "Copyright@2023 cardsoon.com",
|
||||
"directories": {
|
||||
"output": "build"
|
||||
},
|
||||
"extraFiles": [
|
||||
"lib"
|
||||
],
|
||||
"files": [
|
||||
"**/*",
|
||||
"!.backup/**",
|
||||
"!scripts/**",
|
||||
"!**/*.jsc.map",
|
||||
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
|
||||
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
|
||||
"!**/node_modules/*.d.ts",
|
||||
"!**/node_modules/.bin",
|
||||
"!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
|
||||
"!.editorconfig",
|
||||
"!**/._*",
|
||||
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}",
|
||||
"!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}",
|
||||
"!**/{appveyor.yml,.travis.yml,circle.yml}",
|
||||
"!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}"
|
||||
],
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"allowElevation": true,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"installerIcon": "public/images/favicon.ico",
|
||||
"uninstallerIcon": "public/images/favicon.ico",
|
||||
"installerHeaderIcon": "public/images/favicon.ico",
|
||||
"installerIcon": "./public/images/IconA256.ico",
|
||||
"uninstallerIcon": "./public/images/IconA256.ico",
|
||||
"installerHeaderIcon": "./public/images/IconA256.ico",
|
||||
"createDesktopShortcut": true,
|
||||
"createStartMenuShortcut": true
|
||||
},
|
||||
@@ -61,17 +66,14 @@
|
||||
{
|
||||
"name": "SoonDesign file",
|
||||
"ext": "soon",
|
||||
"icon": "public/images/favicon.ico",
|
||||
"icon": "./public/images/IconA256.png",
|
||||
"description": "SoonDesign file associations"
|
||||
}
|
||||
],
|
||||
"asar": true,
|
||||
"asarUnpack": [
|
||||
"lib/**"
|
||||
],
|
||||
"win": {
|
||||
"icon": "public/images/favicon.ico",
|
||||
"requestedExecutionLevel": "asInvoker",
|
||||
"icon": "./public/images/IconA256.ico",
|
||||
"requestedExecutionLevel": "requireAdministrator",
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
@@ -80,33 +82,8 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"target": [
|
||||
{ "target": "dmg", "arch": ["x64"] },
|
||||
{ "target": "zip", "arch": ["x64"] }
|
||||
],
|
||||
"category": "public.app-category.utilities",
|
||||
"icon": "public/images/favicon.icns"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
{ "target": "AppImage", "arch": ["x64", "arm64"] },
|
||||
{ "target": "deb", "arch": ["x64", "arm64"] }
|
||||
],
|
||||
"category": "Utility",
|
||||
"icon": "public/images/IconA256.png",
|
||||
"desktop": {
|
||||
"Name": "SoonDesign",
|
||||
"Comment": "tools of design soon files"
|
||||
}
|
||||
}
|
||||
},
|
||||
"electronPackagerConfig": {
|
||||
"packageManager": "yarn",
|
||||
"icon": "./public/images/favicon.ico"
|
||||
},
|
||||
|
||||
"repository": "",
|
||||
"keywords": [
|
||||
"Electron",
|
||||
@@ -115,17 +92,19 @@
|
||||
"tutorial",
|
||||
"demo"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"electron": "^25.0.0",
|
||||
"electron-builder": "^23.3.3"
|
||||
"app-builder-bin": "^4.2.0",
|
||||
"electron": "^15.2.0",
|
||||
"electron-builder": "^23.3.3",
|
||||
"electron-packager": "^15.5.2",
|
||||
"webpack": "^5.96.1",
|
||||
"webpack-cli": "^5.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.0.8",
|
||||
"buffer": "^6.0.3",
|
||||
"bytenode": "^1.3.4",
|
||||
"electron-squirrel-startup": "^1.0.1",
|
||||
"bytenode": "^1.5.7",
|
||||
"font-list": "^1.4.2",
|
||||
"jr-qrcode": "^1.1.4",
|
||||
"jsbarcode": "^3.11.5",
|
||||
@@ -133,4 +112,4 @@
|
||||
"less-loader": "^10.2.0",
|
||||
"save": "^2.9.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user