-
Notifications
You must be signed in to change notification settings - Fork 3
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
Embedd the warp binaries and extract the correct binary when the library gets loaded #4
Comments
I will be curious to see how you implement this! |
I was testing something of that sort yesterday, and got something. I will open it as a PR so you can have a look at it. Although the code for that is simple, I believe it would be best with a second pair of eyes to make sure. |
Sure thing! Keep me posted, in case I miss a notification. |
in such a case, we should not extract the binary file.
in such a case, we should not extract the binary file.
in such a case, we should not extract the binary file.
in such a case, we should not extract the binary file.
Implemented in fc658a0 |
This is possible to do by using one of the Fody Weavers, and would allow the addin to not have any external dependencies (Which would be the best as there is currently no installation for Warp, only download and execute(
The text was updated successfully, but these errors were encountered: