Skip to content

Commit 1713a86

Browse files
update version and productName
1 parent 123deaf commit 1713a86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waterfall-picture-viewer",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"versionKeys": "",
55
"description": "A simple picture viewer",
66
"productName": "W Viewer",

quasar.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default configure((ctx) => {
246246
builder: {
247247
// https://www.electron.build/configuration/configuration
248248
appId: 'waterfall-picture-viewer',
249-
productName: '瀑布流图片查看器',
249+
productName: 'Waterfall Picture Viewer',
250250
directories: {
251251
output: 'dist',
252252
buildResources: 'buildResources',
@@ -277,7 +277,7 @@ export default configure((ctx) => {
277277
installerHeaderIcon: './public/icons/icon.ico', // 安装时头部图标
278278
createDesktopShortcut: true, // 创建桌面图标
279279
createStartMenuShortcut: true, // 创建开始菜单图标
280-
shortcutName: '瀑布流图片查看器', // 图标名称
280+
shortcutName: 'Waterfall Picture Viewer', // 图标名称
281281
},
282282
},
283283
},

0 commit comments

Comments
 (0)