Skip to content

Commit 8faf46f

Browse files
committed
Rename downloader
1 parent c7eb4d5 commit 8faf46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/downloader.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Check file size
5656
uses: ./.github/actions/check-file-size
5757
with:
58-
artifact: "./dist/mullvad-downloader.exe"
58+
artifact: "./dist/Install Mullvad VPN.exe"
5959
max_size: ${{ env.MAX_BINARY_SIZE }}
6060

6161
build-macos:
@@ -77,5 +77,5 @@ jobs:
7777
- name: Check file size
7878
uses: ./.github/actions/check-file-size
7979
with:
80-
artifact: "./dist/mullvad-downloader.dmg"
80+
artifact: "./dist/Install Mullvad VPN.dmg"
8181
max_size: ${{ env.MAX_BINARY_SIZE }}

installer-downloader/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DIST_DIR="../dist"
3535
BUNDLE_NAME="MullvadDownloader"
3636
BUNDLE_ID="net.mullvad.$BUNDLE_NAME"
3737

38-
FILENAME="mullvad-downloader"
38+
FILENAME="Install Mullvad VPN"
3939

4040
rm -rf "$BUILD_DIR"
4141
mkdir -p "$BUILD_DIR"

0 commit comments

Comments
 (0)