Browse Source

rename repo name

cuu 5 years ago
parent
commit
5831c13eb8

+ 1 - 1
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"
 )
 
 

+ 1 - 1
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

+ 1 - 1
sysgo/UI/keys_def.go

@@ -1,7 +1,7 @@
 package UI
 
 import (
-	"github.com/cuu/AppStore/sysgo"
+	"github.com/cuu/LauncherGo/sysgo"
 )
 
 

+ 1 - 1
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 (

+ 1 - 1
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"
 	
 )
 

+ 1 - 1
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 {

+ 2 - 2
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"
 
 	
 )

+ 1 - 1
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 {