Fix broken URLs in installer (point to stremio.com)

This commit is contained in:
Draco 2025-12-20 13:39:55 -08:00
parent 5aa1ed40be
commit 5ad4d616c2

View file

@ -9,8 +9,8 @@
#define MyAppPublisher "BorderBreaker"
#define MyAppCopyright "Copyright © " + GetDateTimeString('yyyy', '', '') + " " + MyAppPublisher
#define MyAppURL "https://stremio-borderbreaker.local/"
#define MyAppGoodbyeURL MyAppURL
#define MyAppURL "https://www.stremio.com/"
#define MyAppGoodbyeURL "https://www.stremio.com/"
#define AssocTorrentExt ".torrent"
#define AssocTorrentKey StringChange(MyAppName, " ", "") + AssocTorrentExt
#define AssocTorrentDesc "Bittorrent seed file"