Update launcher & icon to original repo develop branch
This commit is contained in:
parent
6a3eb7edac
commit
824280e226
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 518 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.2 KiB |
File diff suppressed because one or more lines are too long
@ -28,7 +28,7 @@ function startupdatecheck(popup, autoclose)
|
|||||||
|
|
||||||
LUI.yesnopopup({
|
LUI.yesnopopup({
|
||||||
title = Engine.Localize("@MENU_NOTICE"),
|
title = Engine.Localize("@MENU_NOTICE"),
|
||||||
text = Engine.Localize("UPDATER_POPUP_AVAILABLE_UPDATE_TEXT"),
|
text = Engine.Localize("@MENU_CCS_NEW_PATCH_NOTICE") .. " " .. Engine.Localize("@MENU_DOWNLOAD_AUTOUPDATE_PATCH"),
|
||||||
callback = function(result)
|
callback = function(result)
|
||||||
if (result) then
|
if (result) then
|
||||||
startupdatedownload(popup, autoclose)
|
startupdatedownload(popup, autoclose)
|
||||||
@ -75,7 +75,7 @@ function startupdatedownload(popup, autoclose)
|
|||||||
if (updater.isrestartrequired()) then
|
if (updater.isrestartrequired()) then
|
||||||
LUI.confirmationpopup({
|
LUI.confirmationpopup({
|
||||||
title = Engine.Localize("@MENU_CCS_RESTART_CONFIRMATION_TITLE"),
|
title = Engine.Localize("@MENU_CCS_RESTART_CONFIRMATION_TITLE"),
|
||||||
text = Engine.Localize("UPDATER_POPUP_RESTART_POPUP_TEXT"),
|
text = Engine.Localize("@MENU_CCS_RESTART_CONFIRMATION_TEXT"),
|
||||||
buttontext = Engine.Localize("@MENU_CCS_RESTART_BUTTON_LABEL"),
|
buttontext = Engine.Localize("@MENU_CCS_RESTART_BUTTON_LABEL"),
|
||||||
callback = function()
|
callback = function()
|
||||||
updater.relaunch()
|
updater.relaunch()
|
||||||
|
Loading…
Reference in New Issue
Block a user