Beej126 / SingleInstanceAccumulator

Useful for multi-file shell context menu actions
10 stars 2 forks source link

Why is the latest release over 140MB?! #8

Closed futuremotiondev closed 11 months ago

futuremotiondev commented 11 months ago

The last release that I've been using is only 12kb. What in God's name happened?

Also, what's changed with release three? Any notable differences?

Thanks for any info.

Jay

Beej126 commented 11 months ago

i created a github action to auto compile and upload whenever code changes are committed... versus the first build i posted was a local build, manual upload ... i'm assuming the difference is i went with a self contained exe which brings in the whole dotnet framework so the user doesn't have to have that installed on their own... it's a classic tradeoff... it's not a priority for me but i'm assuming it'd be easy to tweak the build script to create both types.