From 04f8f9096c29c8aa89358471e43929afd18a3a4c Mon Sep 17 00:00:00 2001 From: cuu Date: Sat, 8 Dec 2018 14:55:45 +0800 Subject: [PATCH] update bug --- Menu/GameShell/10_Settings/Update/update_page.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/Update/update_page.go b/Menu/GameShell/10_Settings/Update/update_page.go index 9ae1c39..970f5e6 100644 --- a/Menu/GameShell/10_Settings/Update/update_page.go +++ b/Menu/GameShell/10_Settings/Update/update_page.go @@ -53,7 +53,7 @@ func (self *UpdateConfirmPage) KeyDown(ev *event.Event) { if ev.Data["Key"] == UI.CurKeys["B"] { if self.GIT == true { - cmdpath := fmt.Sprintf("feh --bg-center %s/sys.go/gameshell/wallpaper/updating.png; cd %s ;git pull; git reset --hard %s ; feh --bg-center %s/sys.py/gameshell/wallpaper/loading.png ", + cmdpath := fmt.Sprintf("feh --bg-center %s/sysgo/gameshell/wallpaper/updating.png; cd %s ;git pull; git reset --hard %s ; feh --bg-center %s/sysgo/gameshell/wallpaper/loading.png ", launchergo_path, launchergo_path, self.Version,