Skip to content

Commit b9b6724

Browse files
committed
#RI-2591 - About RedisInsight windows doesn't contain v2 postfix on Windows and Ubuntu
1 parent dc8a080 commit b9b6724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

redisinsight/about-panel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ICON_PATH = app.isPackaged
66
: path.join(__dirname, '../resources', 'icon.png');
77

88
export default {
9-
applicationName: 'RedisInsight',
9+
applicationName: 'RedisInsight-v2',
1010
applicationVersion: app.getVersion() || '2.0',
1111
copyright: `Copyright © ${new Date().getFullYear()} Redis Ltd.`,
1212
iconPath: ICON_PATH,

redisinsight/main.dev.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ const bootstrap = async () => {
125125
new AppUpdater(upgradeUrl);
126126
}
127127

128-
app.setName('RedisInsight');
129-
app.setAppUserModelId('RedisInsight');
128+
app.setName('RedisInsight-v2');
129+
app.setAppUserModelId('RedisInsight-v2');
130130
if (process.platform !== 'darwin') {
131131
app.setAboutPanelOptions(AboutPanelOptions);
132132
}

0 commit comments

Comments
 (0)