Skip to content

Commit 2872e15

Browse files
author
PPPDUD
authored
Add files via upload
1 parent 945c7a5 commit 2872e15

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

mods/custom-repos.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

mods/jameson-logo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)