shipsaw / AP-Downloader

Downloader for Armstrong Powerhouse Products
MIT License
6 stars 0 forks source link

SWEP V2 installs one executeable. #4

Open Slenderman7676 opened 1 year ago

Slenderman7676 commented 1 year ago

The Sky and Weather Enhancement Pack 2.0 actually features two executables in it's zip file. The pack itself and an optional patch intended to fix the pack for users with AMD GPUs. The downloader assumes each zip contains a single exe. Which results in the installer only installing one of the two executables. For me it is the patch rather than the actual pack. Of course to fix this you would need to alter the code of the installer to account for the presence of the two exe's. Executable names are as follows within the zip. "Sky & Weather Enhancement Pack 2.0.exe" -The actual pack and "Patch - Low Resolution Clouds.exe" - The optional patch for AMD users.

shipsaw commented 1 year ago

I'll start looking into a quick fix for this guy tomorrow; based on what you're saying it'll need to be a small change in the program itself, not the db, so this may result in a minor release