Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically exclude extraneous files from installer #70

Closed
soda3x opened this issue Jul 10, 2024 · 2 comments
Closed

Automatically exclude extraneous files from installer #70

soda3x opened this issue Jul 10, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@soda3x
Copy link
Owner

soda3x commented Jul 10, 2024

Update the NSIS script to always exclude anything that shouldn't be in the packaged release. Sometimes when testing you will get a mod_database.txt, install_directory.txt and there will be a pdb file generated. These should never end up in the package and so the script should be updataed to exclude them so that we don't have to remember to remove these files (which are usually pretty handy to keep around for dev work)

@soda3x soda3x added enhancement New feature or request good first issue Good for newcomers labels Jul 10, 2024
@soda3x soda3x changed the title Automatically exclude extraneous file from installer Automatically exclude extraneous files from installer Jul 10, 2024
@soda3x soda3x added this to the v1.0 milestone Aug 24, 2024
@soda3x soda3x self-assigned this Sep 1, 2024
@soda3x
Copy link
Owner Author

soda3x commented Sep 1, 2024

Finished, but won't mark as completed until #71 is closed as there will be a config file needing to be added to this exclusions list

@soda3x
Copy link
Owner Author

soda3x commented Sep 4, 2024

Implemented now that #71 is finished

@soda3x soda3x closed this as completed Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant