diff --git a/main.go b/main.go index ef96bc1..c250529 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( "github.com/cuu/gogame/font" "github.com/cuu/gogame/time" - "github.com/cuu/AppStore/sysgo/UI" + "github.com/cuu/LauncherGo/sysgo/UI" ) diff --git a/sysgo/UI/fonts.go b/sysgo/UI/fonts.go index b4b6901..d3802e0 100644 --- a/sysgo/UI/fonts.go +++ b/sysgo/UI/fonts.go @@ -7,7 +7,7 @@ import ( "github.com/veandco/go-sdl2/ttf" "github.com/cuu/gogame/font" - "github.com/cuu/AppStore/sysgo" + "github.com/cuu/LauncherGo/sysgo" ) var Fonts map[string]*ttf.Font diff --git a/sysgo/UI/keys_def.go b/sysgo/UI/keys_def.go index 249cc2a..20be97d 100644 --- a/sysgo/UI/keys_def.go +++ b/sysgo/UI/keys_def.go @@ -1,7 +1,7 @@ package UI import ( - "github.com/cuu/AppStore/sysgo" + "github.com/cuu/LauncherGo/sysgo" ) diff --git a/sysgo/UI/main_screen.go b/sysgo/UI/main_screen.go index 0eb9fb8..05b6737 100644 --- a/sysgo/UI/main_screen.go +++ b/sysgo/UI/main_screen.go @@ -19,7 +19,7 @@ import ( "github.com/cuu/gogame/event" - "github.com/cuu/AppStore/sysgo/DBUS" + "github.com/cuu/LauncherGo/sysgo/DBUS" ) var ( diff --git a/sysgo/UI/page.go b/sysgo/UI/page.go index f5efd6b..f391221 100644 --- a/sysgo/UI/page.go +++ b/sysgo/UI/page.go @@ -15,7 +15,7 @@ import ( "github.com/cuu/gogame/event" "github.com/cuu/gogame/transform" - "github.com/cuu/AppStore/sysgo/easings" + "github.com/cuu/LauncherGo/sysgo/easings" ) diff --git a/sysgo/UI/skin_manager.go b/sysgo/UI/skin_manager.go index eaefad1..33745ea 100644 --- a/sysgo/UI/skin_manager.go +++ b/sysgo/UI/skin_manager.go @@ -12,7 +12,7 @@ import ( "github.com/cuu/gogame/color" - "github.com/cuu/AppStore/sysgo" + "github.com/cuu/LauncherGo/sysgo" ) type SkinManager struct { diff --git a/sysgo/UI/title_bar.go b/sysgo/UI/title_bar.go index d450581..4b7daf7 100644 --- a/sysgo/UI/title_bar.go +++ b/sysgo/UI/title_bar.go @@ -20,9 +20,9 @@ import ( "github.com/vjeantet/jodaTime" - "github.com/cuu/AppStore/sysgo/DBUS" + "github.com/cuu/LauncherGo/sysgo/DBUS" - "github.com/cuu/AppStore/sysgo" + "github.com/cuu/LauncherGo/sysgo" ) diff --git a/sysgo/UI/util_funcs.go b/sysgo/UI/util_funcs.go index e4c5b90..ae6f83a 100644 --- a/sysgo/UI/util_funcs.go +++ b/sysgo/UI/util_funcs.go @@ -8,7 +8,7 @@ import ( "github.com/cuu/gogame/display" - "github.com/cuu/AppStore/sysgo" + "github.com/cuu/LauncherGo/sysgo" ) func SkinMap(orig_file_or_dir string) string {