adirh3 / Fluent-Search

Official repository for Fluent Search, use to report issues or ask for a new feature
1.41k stars 32 forks source link

Add Fluent-Search to scoop Extra bucket #546

Open SiyuChen opened 2 years ago

SiyuChen commented 2 years ago

see https://github.com/ScoopInstaller/Extras/issues/8320

adirh3 commented 2 years ago

Thanks @SiyuChen, maybe use this link for EXE installer - https://stfluentsearch.blob.core.windows.net/fluent-search/Fluent-Search.exe It's Inno setup so it can be run with /verysilent argument.

silver886 commented 2 years ago

Is there change log or release note that publishes to a fixed location? Some where like beta version has (https://install.appcenter.ms/users/adirh3-gmail.com/apps/fluent-search-alpha/distribution_groups/portable). I then can update the script in scoop.

BTW, when updating Fluent Search, could we just replace the exe and preserve all folders inside Blast? Would you recommend to only preserve specific folder (like Settings and FluentSearchPlugins) or all of tham?

adirh3 commented 2 years ago

Is there change log or release note that publishes to a fixed location? Some where like beta version has (https://install.appcenter.ms/users/adirh3-gmail.com/apps/fluent-search-alpha/distribution_groups/portable). I then can update the script in scoop.

BTW, when updating Fluent Search, could we just replace the exe and preserve all folders inside Blast? Would you recommend to only preserve specific folder (like Settings and FluentSearchPlugins) or all of tham?

There is a sparkle endpoint with the last 3 releases, also I can expose the entire MD file of all updates from a static endpoint, let me know if you'd need that.

As for updating, Fluent Search itself is not in the Blast folder and it does not change on updates. Anything in the Blast folder is relevant only for current user settings or indexing files and are not necessary to run Fluent Search.

silver886 commented 2 years ago

There is a sparkle endpoint with the last 3 releases, also I can expose the entire MD file of all updates from a static endpoint, let me know if you'd need that.

As for updating, Fluent Search itself is not in the Blast folder and it does not change on updates. Anything in the Blast folder is relevant only for current user settings or indexing files and are not necessary to run Fluent Search.

That's even great! Sparkle's appcast.xml does help the implementation of auto update a lot.

So, it's like if I'm using Fluent Search a while, all of the preference matters are in the Blast folder. If there are new features, they will also be in this folder like Tasks, and its folder, added in 0.9.90.0 (or 0.9.90.9999?). Is my understanding correct?