diff --git a/front/electron-builder.yml b/front/electron-builder.yml index 49ac237..c8c0795 100644 --- a/front/electron-builder.yml +++ b/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} diff --git a/front/package.json b/front/package.json index 16a55f7..ae5a27f 100644 --- a/front/package.json +++ b/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", diff --git a/jihuoqi/electron-builder.yml b/jihuoqi/electron-builder.yml index 76af26f..f087d45 100644 --- a/jihuoqi/electron-builder.yml +++ b/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} diff --git a/jihuoqi/package.json b/jihuoqi/package.json index 890e3f4..21a3b02 100644 --- a/jihuoqi/package.json +++ b/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",