Skip to content

Commit

Permalink
- Update ALVR launcher download URL
Browse files Browse the repository at this point in the history
- Update tinyMediaManager download URL
  • Loading branch information
virtual-meme-machine committed Nov 16, 2024
1 parent e574e71 commit 8838fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/application/alvr_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from utils.file_utils import download_file

DESKTOP_FILE: str = os.path.expanduser("~/.local/share/applications/ALVR-Launcher.desktop")
DOWNLOAD_URL: str = "https://github.com/alvr-org/ALVR/releases/download/v20.9.1/alvr_launcher_linux.tar.gz"
DOWNLOAD_URL: str = "https://github.com/alvr-org/ALVR/releases/download/v20.11.1/alvr_launcher_linux.tar.gz"
INSTALL_DIR: str = os.path.expanduser("~/.local/share/ALVR-Launcher")
ALVR_LAUNCHER_EXEC: str = os.path.join(INSTALL_DIR, "ALVR Launcher")
ALVR_ICON_PATH: str = os.path.join(INSTALL_DIR, "alvr.png")
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/application/tiny_media_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from utils.platform_utils import symlink_to_local_bin

DESKTOP_FILE: str = os.path.expanduser("~/.local/share/applications/tinyMediaManager.desktop")
DOWNLOAD_URL: str = "https://archive.tinymediamanager.org/v5.0.7/tinyMediaManager-5.0.7-linux-amd64.tar.xz"
DOWNLOAD_URL: str = "https://archive.tinymediamanager.org/v5.0.13/tinyMediaManager-5.0.13-linux-amd64.tar.xz"
INSTALL_DIR: str = os.path.expanduser("~/.local/share/tinyMediaManager")
TMM_EXEC: str = os.path.join(INSTALL_DIR, "tinyMediaManager")
TMM_ICON: str = os.path.join(INSTALL_DIR, "tmm.png")
Expand Down

0 comments on commit 8838fb6

Please sign in to comment.