Skip to content

Commit

Permalink
Merge pull request #4 from Keukeiland/fizitzfux
Browse files Browse the repository at this point in the history
Fix a bug with redirects
  • Loading branch information
fizitzfux authored May 21, 2024
2 parents 89ab4dd + c67c618 commit 771c645
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified installer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Config values
HOST = "https://github.com/keukeiland/keuknet-client/releases/latest/download/"
DOWNLOAD_ARGS = "--no-progress-meter --fail"
DOWNLOAD_ARGS = "--no-progress-meter --fail -L"
OTHER_DESKTOP_FILES_DIR = "/usr/share/applications"
OTHER_BINARIES_DIR = "/usr/bin"
OTHER_DEPENDENCIES = {
Expand Down
Binary file modified keuknet.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion keuknet.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

DEBUG = True
HOST = "keuk.net"
DOWNLOAD_ARGS = "--no-progress-meter --fail"
DOWNLOAD_ARGS = "--no-progress-meter --fail -L"

# Constants
WINDOWS = os.name == 'nt'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "keuknet-client"
version = "0.1.0"
version = "0.1.3"
description = ""
authors = ["Keukeiland"]
license = "MPL-2.0"
Expand Down

0 comments on commit 771c645

Please sign in to comment.