diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-10-09 23:02:55 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-10-09 23:02:55 +0200 |
| commit | 38bd57b74ccf291d53243d1f99ef98989d03dec4 (patch) | |
| tree | 9a99ca315db89829b4833dff5ad54de7f6c0f5e2 /gui/tasks | |
| parent | 6bb0afe27f8283fda1a3716a778a25b26781b198 (diff) | |
| parent | 0275ade6a7f984fadc51af281b4d9bcb47a70c07 (diff) | |
| download | mullvadvpn-38bd57b74ccf291d53243d1f99ef98989d03dec4.tar.xz mullvadvpn-38bd57b74ccf291d53243d1f99ef98989d03dec4.zip | |
Merge branch 'rename-problem-report-binary'
Diffstat (limited to 'gui/tasks')
| -rw-r--r-- | gui/tasks/distribution.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 5aef4643a6..775dbd526d 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -46,7 +46,7 @@ const config = { }, extraResources: [ { from: distAssets('mullvad'), to: '.' }, - { from: distAssets('problem-report'), to: '.' }, + { from: distAssets('mullvad-problem-report'), to: '.' }, { from: distAssets('mullvad-daemon'), to: '.' }, { from: distAssets('libtalpid_openvpn_plugin.dylib'), to: '.' }, { from: distAssets('binaries/x86_64-apple-darwin/openvpn'), to: '.' }, @@ -84,7 +84,7 @@ const config = { signDlls: true, extraResources: [ { from: distAssets('mullvad.exe'), to: '.' }, - { from: distAssets('problem-report.exe'), to: '.' }, + { from: distAssets('mullvad-problem-report.exe'), to: '.' }, { from: distAssets('mullvad-daemon.exe'), to: '.' }, { from: distAssets('talpid_openvpn_plugin.dll'), to: '.' }, { from: root('windows/winfw/bin/x64-Release/winfw.dll'), to: '.' }, @@ -102,7 +102,7 @@ const config = { category: 'Network', extraFiles: [{ from: distAssets('linux/mullvad-gui-launcher.sh'), to: '.' }], extraResources: [ - { from: distAssets('problem-report'), to: '.' }, + { from: distAssets('mullvad-problem-report'), to: '.' }, { from: distAssets('mullvad-daemon'), to: '.' }, { from: distAssets('libtalpid_openvpn_plugin.so'), to: '.' }, { from: distAssets('binaries/x86_64-unknown-linux-gnu/openvpn'), to: '.' }, |
