Include files that are excluded by default
See original GitHub issue- Version: 15.2.0
- Target: nsis
Is there any way to override the default files
option? I want to include *.d.ts
from node_modules in the final output which are now excuded thanks to "!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Which Files Are Included and Excluded in Backups, By Default ...
Files That Are Included and Excluded ; MacOS. Files in the Desktop folder. Files in the Documents folder. Disk images. Executable. Temporary ...
Read more >Creating an include-exclude list - IBM
You can create an include-exclude list to exclude a specific file or groups of files from backup services, and to assign specific management...
Read more >Include and exclude files for backup - Code42 Support
Navigate to File selection. In the Included files field, add file names and directories that should be included in backups. In the Excluded...
Read more >Include/Exclude files and tables from backups - ManageWP
You can include files and tables in backups if something that you need is not included by default, or exclude them if there...
Read more >ASP.NET Core: Exclude or include files on publish
To exclude files on publish, edit your publish file, e.g. FolderProfile.pubxml , and add the appropriate XML elements shown below to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The electron app I am building creates web apps. It uses typescript to build those apps. This is why I need .d.ts files. This problem appeared after I upgraded to latest electron-builder.
Thanks! I originally used
asarUnpack
but it seemsextraResources
will do the job just fine.