-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add Seach Unicode plugin set #444
Conversation
Hi there, how's it going? Could you please confirm where the uni.exe file is downloaded from https://github.com/blueset/flow-search-unicode/blob/master/uni.exe. Could you please use the GitHub workflow or the release.ps1to down this file instead, so that others can confirm the source of this exe. Let me know if you need further assistance with this :) |
Updated the repo and pipeline to retrieve Please find the download script here: https://github.com/blueset/flow-search-unicode/blob/master/get-uni.ps1 |
plugins/SearchUnicode.Emoji-BB55C11CB9FB4AAF81B670D9FF0BFBEE.json
Outdated
Show resolved
Hide resolved
Awesome, thanks for fixing that up. I forgot to mention if you ever wanted to actually handle it in your code instead of a standalone script so that when you develop locally the file gets downloaded as well without having to separately run the script, you can have a look at my Droplex library. The Explorer plugin as an example uses it to download and extract the Everything service. |
Thanks for the suggestion! If I understand correctly, Droplex is like a combination of a subset of a package manager and software repository that exposes a C# API. In the case of my plugins, since |
Yes, pretty much a package manager that lives with the application code and exposes an API for easily managing silent installs and zip extraction. The goal of Droplex is to enable the application to install its required third party services independent of a package manager. |
Repository and README: https://github.com/blueset/flow-search-unicode