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

Option to auto add dll files to a windows release #609

Open
NO-ob opened this issue Jul 28, 2021 · 1 comment
Open

Option to auto add dll files to a windows release #609

NO-ob opened this issue Jul 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@NO-ob
Copy link

NO-ob commented Jul 28, 2021

Is your feature request related to a problem?

A clear and concise description of what the problem is.
I have an issue when trying to run a desktop build of an application using sqlite. The database wont works without the sqlite.dll so it needs to be added manually

Describe the feature you'd like

To have a directory somewhere that go-flutter will check for files when building and copy them to the output directory.

e.g

have dll files stored in /home/user/go-flutter/extras/
after building they are copied to /outputs/windows-release/

@NO-ob NO-ob added the enhancement New feature or request label Jul 28, 2021
@ftntming
Copy link

In Wnidows, I know I can achieve this by modifying the "./windows/CMakeLists.txt" file to copy dependency files (DLL, ...) to my target folder. e.g.

install(FILES ${OpenCV_RELEASE_DLL_FILE} DESTINATION ${CMAKE_BINARY_DIR}/runner/Release
CONFIGURATIONS Profile;Release
COMPONENT Runtime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants