Adding the Lib files inside a Script ver. of BTN #205
Unanswered
AlecMcCutcheon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi there @AlecMcCutcheon, I'm not sure if that'd be possible without eventually having files on disk. You could base64 encode the dlls, include that string in the script, then decode and write them back to disk as files but I think that defeats the purpose of what you're going for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I recently forked the repo https://github.com/AlecMcCutcheon/Portable-BurntToast, to try and convert the module into a script with all the functions embedded inside, so that it could be pulled in and used temporarily without having to be installed. that part is done but I realized that I also need to either embed the libs in the libs folder in the script or pull them from the internet, both would end up being a string in the script, my question is how can I "import" or use the libs once it's a string in the script.
Beta Was this translation helpful? Give feedback.
All reactions