Browse Source

10.16

master
lichong 6 months ago
parent
commit
121feaaab2
  1. 2
      front/electron-builder.yml
  2. 2
      front/package.json
  3. 2
      jihuoqi/electron-builder.yml
  4. 2
      jihuoqi/package.json

2
front/electron-builder.yml

@ -14,7 +14,7 @@ win:
executableName: lichong-app
nsis:
oneClick: false
artifactName: ${name}-${version}-setup.${ext}
artifactName: 体测统计-${version}-setup.${ext}
allowToChangeInstallationDirectory: true
shortcutName: ${productName}
uninstallDisplayName: ${productName}

2
front/package.json

@ -1,6 +1,6 @@
{
"name": "electron",
"version": "1.0.0",
"version": "1.0.4",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "lichong",

2
jihuoqi/electron-builder.yml

@ -14,7 +14,7 @@ win:
executableName: jihuoqi-app
nsis:
oneClick: false
artifactName: ${productName}-${version}-setup.${ext}
artifactName: 体测统计激活码-${version}-setup.${ext}
allowToChangeInstallationDirectory: true
shortcutName: ${productName}
uninstallDisplayName: ${productName}

2
jihuoqi/package.json

@ -1,6 +1,6 @@
{
"name": "jihuoqi",
"version": "1.0.1",
"version": "1.0.2",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "lichong",

Loading…
Cancel
Save