You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sevenzip-go needs two dynamic libraries to operate, and it expects them to be in the executable's folder.
I am looking for a way to integrate this library into my GUI app. As far I know after bundling the app the dynamic libraries will reside inside the "Resources" directory of the app. Will it work?
The text was updated successfully, but these errors were encountered:
ganeshrvel
changed the title
Making it work with a bundled app on macos
Bundling the dynamic libraries in a GUI app on macos
Sep 6, 2020
What language will you write your app in ?
If its GO - you will not have a separate sevenzip-go library - you will statically link with this lib. If it is not GO - you don't need this library, since it is just GO wrapper for 7zip/p7zip.
So I bet your question should go to p7zip and libc7zip repos.
I am looking for a way to integrate this library into my GUI app. As far I know after bundling the app the dynamic libraries will reside inside the "Resources" directory of the app. Will it work?
The text was updated successfully, but these errors were encountered: