diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-05-21 14:33:50 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-06-16 11:04:06 +0200 |
| commit | 0ebf1499c5d273906c2f6e183d756d6976bec574 (patch) | |
| tree | ab46a7ad26954145b1687a4ba952aecbdb46a10a /.github/workflows | |
| parent | 9ec91471a366412366ca444c18b80758c18fb93a (diff) | |
| download | mullvadvpn-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.yml | 2 |
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 |
