File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const ICON_PATH = app.isPackaged
6
6
: path . join ( __dirname , '../resources' , 'icon.png' ) ;
7
7
8
8
export default {
9
- applicationName : 'RedisInsight' ,
9
+ applicationName : 'RedisInsight-v2 ' ,
10
10
applicationVersion : app . getVersion ( ) || '2.0' ,
11
11
copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Redis Ltd.` ,
12
12
iconPath : ICON_PATH ,
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ const bootstrap = async () => {
125
125
new AppUpdater ( upgradeUrl ) ;
126
126
}
127
127
128
- app . setName ( 'RedisInsight' ) ;
129
- app . setAppUserModelId ( 'RedisInsight' ) ;
128
+ app . setName ( 'RedisInsight-v2 ' ) ;
129
+ app . setAppUserModelId ( 'RedisInsight-v2 ' ) ;
130
130
if ( process . platform !== 'darwin' ) {
131
131
app . setAboutPanelOptions ( AboutPanelOptions ) ;
132
132
}
You can’t perform that action at this time.
0 commit comments