Skip to content

Commit

Permalink
Add the manifest.json file into the final windows app bundle (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf authored Nov 18, 2021
1 parent 5a21a2e commit 951163a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
cp windows/split-tunnel/mullvad-split-tunnel.inf unsigned
cp windows/split-tunnel/mullvad-split-tunnel.sys unsigned
cp windows/split-tunnel/WdfCoinstaller01011.dll unsigned
cp extension/app/manifests/windows/mozillavpn.json unsigned
cp *.exe unsigned
- name: Upload app
Expand Down
1 change: 1 addition & 0 deletions windows/installer/MozillaVPN_prod.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<File Source="../../mullvad-split-tunnel.inf" />
<File Source="../../mullvad-split-tunnel.sys" />
<File Source="../../WdfCoinstaller01011.dll" />
<File Source="../../mozillavpn.json" />
<File Source="../../mozillavpnnp.exe" />

<!-- Broker Service -->
Expand Down

0 comments on commit 951163a

Please sign in to comment.