<!-- Which version of electron-builder are you using? --> * **Version**: 13.5.0 <!-- Which version of electron-updater are you using (if applicable)? --> <!-- What target are you building for? --> * **Target**: NSIS (Windows x64) <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W6V79R2RGCCHL) --> If you try to include a file in "extraFiles" from the "build" directory such as license.txt the whole thing just kinda hangs and gets stuck forever. e.g. ``` extraFiles: [ { "from:": "build/license.txt", "to": "." } ] ```