summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-05-21 14:33:50 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-06-16 11:04:06 +0200
commit0ebf1499c5d273906c2f6e183d756d6976bec574 (patch)
treeab46a7ad26954145b1687a4ba952aecbdb46a10a /.github/workflows
parent9ec91471a366412366ca444c18b80758c18fb93a (diff)
downloadmullvadvpn-0ebf1499c5d273906c2f6e183d756d6976bec574.tar.xz
mullvadvpn-0ebf1499c5d273906c2f6e183d756d6976bec574.zip
Add offline mode for installer loader on Windows
Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/downloader.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/downloader.yml b/.github/workflows/downloader.yml
index 33ce992fb7..54efd57a14 100644
--- a/.github/workflows/downloader.yml
+++ b/.github/workflows/downloader.yml
@@ -63,7 +63,7 @@ jobs:
env:
# If the file is larger than this, a regression has probably been introduced.
# You should think twice before increasing this limit.
- MAX_BINARY_SIZE: 3145728
+ MAX_BINARY_SIZE: 3196928
steps:
- name: Checkout repository
uses: actions/checkout@v4