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

[Suggestion] Embed Resources/DLL's within the app to make it portable #11

Closed
carnageX opened this issue Oct 16, 2016 · 1 comment
Closed

Comments

@carnageX
Copy link

carnageX commented Oct 16, 2016

If you use something like Costura.Fody (https://github.com/Fody/Costura) to embed the resources within the EXE itself, it makes it a self-contained application (slightly bloats the EXE, but then end users don't have to keep track of DLL's if they were to move, update, or delete it).

Have done this with one of my own WPF apps, and it seemed to work well.

@BrianLima BrianLima self-assigned this Oct 16, 2016
@BrianLima
Copy link
Owner

Right, i will do this for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants