-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py | ||
index 9fa11fd534c..0dcc76d3ab3 100755 | ||
--- a/indra/newview/viewer_manifest.py | ||
+++ b/indra/newview/viewer_manifest.py | ||
@@ -939,6 +939,7 @@ class Windows_x86_64_Manifest(ViewerManifest): | ||
return result | ||
# </FS:Ansariel> | ||
def dl_url_from_channel(self): | ||
+ return str.format('https://github.com/humbletim/firestorm-gha/releases/#v{}', os.getenv('version_xyz')) | ||
if self.channel_type() == 'release': | ||
return 'https://www.firestormviewer.org/choose-your-platform' | ||
elif self.channel_type() == 'beta': |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters