Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions loremaster-desktop/electron/portable-updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { mkdir, open, rename, rm, writeFile } from "node:fs/promises";
import path from "node:path";
import { once } from "node:events";

const RELEASE_API = "https://api.github.com/repos/itsspin/spinips/releases/latest";
const RELEASE_PAGE = "https://github.com/itsspin/spinips/releases/latest";
const RELEASE_API = "https://api.github.com/repos/JDS300/spinips/releases/latest";
const RELEASE_PAGE = "https://github.com/JDS300/spinips/releases/latest";
const LOREMASTER_ASSET = "Loremaster.exe";
const CHECKSUM_ASSET = "SHA256SUMS.txt";
const MAX_RELEASE_BYTES = 2 * 1024 * 1024;
Expand Down
4 changes: 2 additions & 2 deletions loremaster-desktop/electron/spinui-updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import path from "node:path";
import { promisify } from "node:util";
import { compareVersions, parseChecksums } from "./portable-updater.js";

const RELEASE_API = "https://api.github.com/repos/itsspin/spinips/releases/latest";
const RELEASE_PAGE = "https://github.com/itsspin/spinips/releases/latest";
const RELEASE_API = "https://api.github.com/repos/JDS300/spinips/releases/latest";
const RELEASE_PAGE = "https://github.com/JDS300/spinips/releases/latest";
const ARCHIVE_ASSET = "SpinUI-UI.zip";
const MANIFEST_ASSET = "SpinUI-Update.json";
const CHECKSUM_ASSET = "SHA256SUMS.txt";
Expand Down
2 changes: 1 addition & 1 deletion loremaster-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"publish": [
{
"provider": "github",
"owner": "itsspin",
"owner": "JDS300",
"repo": "spinips"
}
],
Expand Down