Skip to content

Commit 8797f81

Browse files
committed
Fix GitHub URLs to use browserup organization
1 parent 70af0d4 commit 8797f81

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/static/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
# Sorcery Desktop Installer
55
# Usage: curl -fsSL https://getsorcery.com/install.sh | sh
66

7-
REPO="ebeland/sorcery-desktop"
7+
REPO="browserup/sorcery-desktop"
88
APP_NAME="Sorcery Desktop"
99

1010
# Colors for output

src/templates/getsorcery-landing.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ <h1>Click any file path. Open in your editor.</h1>
272272
</a>
273273
<p class="platform-note" id="platform-note">Universal binary for Apple Silicon and Intel</p>
274274
<div class="other-platforms">
275-
<a href="https://github.com/ebeland/sorcery-desktop/releases/latest" id="all-downloads">All Downloads</a>
276-
<a href="https://github.com/ebeland/sorcery-desktop">View on GitHub</a>
275+
<a href="https://github.com/browserup/sorcery-desktop/releases/latest" id="all-downloads">All Downloads</a>
276+
<a href="https://github.com/browserup/sorcery-desktop">View on GitHub</a>
277277
</div>
278278
</div>
279279

@@ -319,8 +319,8 @@ <h4>Auto-Clone</h4>
319319

320320
<footer class="footer">
321321
<div class="footer-links">
322-
<a href="https://github.com/ebeland/sorcery-desktop">GitHub</a>
323-
<a href="https://github.com/ebeland/sorcery-desktop#readme">Docs</a>
322+
<a href="https://github.com/browserup/sorcery-desktop">GitHub</a>
323+
<a href="https://github.com/browserup/sorcery-desktop#readme">Docs</a>
324324
<a href="https://srcuri.com">srcuri.com</a>
325325
</div>
326326
<p>&copy; 2025 Sorcery. Open source under MIT license.</p>
@@ -336,7 +336,7 @@ <h4>Auto-Clone</h4>
336336

337337
var platform = navigator.platform.toLowerCase();
338338
var ua = navigator.userAgent.toLowerCase();
339-
var baseUrl = 'https://github.com/ebeland/sorcery-desktop/releases/latest/download/';
339+
var baseUrl = 'https://github.com/browserup/sorcery-desktop/releases/latest/download/';
340340

341341
if (platform.includes('mac') || platform.includes('darwin')) {
342342
downloadBtn.href = baseUrl + 'Sorcery.Desktop_universal.dmg';

0 commit comments

Comments
 (0)