File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ return class extends Mod {
2424 ID = "custom-repos" ;
2525 NAME = "Custom Repositories" ;
2626 DESCRIPTION = "Configure a custom addon repository in Sparkle." ;
27- VERSION = "1.1.0 " ;
27+ VERSION = "1.1.1 " ;
2828 AUTHOR = "PPPDUD" ;
2929 DEPENDS = [ ] ;
3030 DO_MENU = false ;
@@ -35,7 +35,7 @@ return class extends Mod {
3535 id : "repoURL" ,
3636 name : "Repository base URL" ,
3737 type : "string" ,
38- default : "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods /refs/heads/master/" ,
38+ default : "https://raw.githubusercontent.com/sparkle-devs/SparkleAddons /refs/heads/master/" ,
3939 } ,
4040 ] ;
4141
@@ -48,6 +48,6 @@ return class extends Mod {
4848 } ;
4949
5050 cleanupFunc ( ) {
51- this . api . crackle . addonRepoPath = "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods /refs/heads/master/" ;
51+ this . api . crackle . addonRepoPath = "https://raw.githubusercontent.com/sparkle-devs/SparkleAddons /refs/heads/master/" ;
5252 }
5353}
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ return class extends Mod {
2424 ID = "jameson-logo" ;
2525 NAME = "Jameson Logo" ;
2626 DESCRIPTION = "Replace the Snap! logo with Jameson's logo." ;
27- VERSION = "1.3 .0" ;
27+ VERSION = "1.4 .0" ;
2828 AUTHOR = "PPPDUD" ;
2929 DEPENDS = [ ] ;
3030 DO_MENU = false ;
31-
31+ f
3232 main ( ) {
3333 this . api . disallowSnaps ( "Jameson" ) ;
34- this . api . suggestSnaps ( "Jameson " , "Snap " ) ;
34+ this . api . suggestSnaps ( "Snap " , "JamesonNew " ) ;
3535 this . api . ide . createLogo = function ( ) {
3636 let oldRenderCachedTexture = this . logo . renderCachedTexture ;
3737 let oldMouseClickLeft = this . logo . mouseClickLeft ;
You can’t perform that action at this time.
0 commit comments