mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Fix broken URLs in installer (point to stremio.com)
This commit is contained in:
parent
5aa1ed40be
commit
5ad4d616c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue