Skip to content

Commit

Permalink
Update image links
Browse files Browse the repository at this point in the history
  • Loading branch information
T. H. Wright authored and thw26 committed Feb 17, 2024
1 parent 6c2ba88 commit 9f832c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def on_okay_released(self, evt=None):
config.SKIP_FONTS = self.gui.skip_fonts if self.gui.skip_fonts == 1 else 0
config.SKIP_DEPENDENCIES = self.gui.skip_dependencies if self.gui.skip_dependencies == 1 else 0
if config.LOGOS_ICON_URL is None:
config.LOGOS_ICON_URL = f"https://raw.githubusercontent.com/ferion11/LogosLinuxInstaller/master/img/{config.FLPRODUCTi}-128-icon.png"
config.LOGOS_ICON_URL = f"https://raw.githubusercontent.com/FaithLife-Community/LogosLinuxInstaller/master/img/{config.FLPRODUCTi}-128-icon.png"
if config.LOGOS_ICON_FILENAME is None:
config.LOGOS_ICON_FILENAME = os.path.basename(config.LOGOS_ICON_URL)

Expand Down
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def create_desktop_file(name, contents):
def create_shortcuts():
# Set icon variables.
if config.LOGOS_ICON_URL is None:
config.LOGOS_ICON_URL = "https://raw.githubusercontent.com/ferion11/LogosLinuxInstaller/master/img/" + config.FLPRODUCTi + "-128-icon.png"
config.LOGOS_ICON_URL = "https://raw.githubusercontent.com/FaithLife-Community/LogosLinuxInstaller/master/img/" + config.FLPRODUCTi + "-128-icon.png"
if config.LOGOS_ICON_FILENAME is None:
config.LOGOS_ICON_FILENAME = os.path.basename(config.LOGOS_ICON_URL)

Expand Down
2 changes: 1 addition & 1 deletion msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def logos_warn(message):
cli_msg(message)

def logos_error(message, secondary=None):
WIKI_LINK = "https://github.com/ferion11/LogosLinuxInstaller/wiki"
WIKI_LINK = "https://github.com/FaithLife-Community/LogosLinuxInstaller/wiki"
TELEGRAM_LINK = "https://t.me/linux_logos"
MATRIX_LINK = "https://matrix.to/#/#logosbible:matrix.org"
help_message = f"If you need help, please consult:\n{WIKI_LINK}\n{TELEGRAM_LINK}\n{MATRIX_LINK}"
Expand Down

0 comments on commit 9f832c4

Please sign in to comment.