File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " felnullgdlauncher-v2" ,
3
- "version" : " 1.1.29-felnull.2 " ,
3
+ "version" : " 1.1.29-felnull.3 " ,
4
4
"description" : " FelNullGDlauncherはシンプルでありながら、ユーザーエクスペリエンスに重点を置いた強力なMinecraftカスタムランチャーです。" ,
5
5
"keywords" : [
6
6
" minecraft" ,
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ function createWindow() {
351
351
tray = new Tray ( nimage ) ;
352
352
const trayMenuTemplate = [
353
353
{
354
- label : 'GDLauncher ' ,
354
+ label : 'FelNullGDLauncher ' ,
355
355
enabled : false
356
356
} ,
357
357
{
@@ -362,15 +362,15 @@ function createWindow() {
362
362
363
363
const trayMenu = Menu . buildFromTemplate ( trayMenuTemplate ) ;
364
364
tray . setContextMenu ( trayMenu ) ;
365
- tray . setToolTip ( 'GDLauncher ' ) ;
365
+ tray . setToolTip ( 'FelNullGDLauncher ' ) ;
366
366
tray . on ( 'double-click' , ( ) => mainWindow . show ( ) ) ;
367
367
368
368
mainWindow . loadURL (
369
369
isDev
370
370
? 'http://localhost:3000'
371
371
: `file://${ path . join ( __dirname , '../build/index.html' ) } ` ,
372
372
{
373
- userAgent : 'GDLauncher '
373
+ userAgent : 'FelNullGDLauncher '
374
374
}
375
375
) ;
376
376
if ( isDev ) {
@@ -893,8 +893,8 @@ if (process.env.REACT_APP_RELEASE_TYPE === 'setup') {
893
893
! allowUnstableReleases && app . getVersion ( ) . includes ( 'beta' ) ;
894
894
autoUpdater . allowPrerelease = allowUnstableReleases ;
895
895
autoUpdater . setFeedURL ( {
896
- owner : 'gorilla-devs ' ,
897
- repo : 'GDLauncher ' ,
896
+ owner : 'TeamFelnull ' ,
897
+ repo : 'FelNullGDLauncher ' ,
898
898
provider : 'github'
899
899
} ) ;
900
900
Original file line number Diff line number Diff line change 50
50
51
51
FileClose $4
52
52
53
- RMDir /r " $APPDATA\gdlauncher_next "
53
+ RMDir /r " $APPDATA\felnullgdlauncher_next "
54
54
Goto done
55
55
Skipped:
56
56
Goto done
Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ const commonConfig = {
124
124
config : {
125
125
generateUpdatesFilesForAllChannels : true ,
126
126
npmRebuild : false ,
127
- productName : 'GDLauncher ' ,
128
- appId : 'org.gorilladevs.GDLauncher ' ,
127
+ productName : 'FelNullGDLauncher ' ,
128
+ appId : 'org.TeamFelNull.FelNullGDLauncher ' ,
129
129
files : [
130
130
'!node_modules/**/*' ,
131
131
'build/**/*' ,
@@ -182,9 +182,9 @@ const commonConfig = {
182
182
} ,
183
183
protocols : [
184
184
{
185
- name : 'gdlauncher ' ,
185
+ name : 'felnullgdlauncher ' ,
186
186
role : 'Viewer' ,
187
- schemes : [ 'gdlauncher ' ]
187
+ schemes : [ 'felnullgdlauncher ' ]
188
188
}
189
189
]
190
190
} ,
Original file line number Diff line number Diff line change @@ -3618,7 +3618,7 @@ export const isNewVersionAvailable = async () => {
3618
3618
3619
3619
try {
3620
3620
const rChannel = await fs . readFile (
3621
- path . join ( appData , 'gdlauncher_next ' , 'rChannel' )
3621
+ path . join ( appData , 'felnullgdlauncher_next ' , 'rChannel' )
3622
3622
) ;
3623
3623
releaseChannel = parseInt ( rChannel . toString ( ) , 10 ) ;
3624
3624
} catch {
You can’t perform that action at this time.
0 commit comments