diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index f36463b391..1f045ba249 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -26,7 +26,7 @@ const config = { compression: noCompression ? 'store' : 'normal', extraResources: [ { from: distAssets('ca.crt'), to: '.' }, - { from: distAssets('relays.json'), to: '.' }, + { from: root('build/relays.json'), to: '.' }, { from: root('CHANGELOG.md'), to: '.' }, ], |
