bcurran3 / ChocolateyPackages

My published Chocolatey packages
206 stars 94 forks source link

Change package to stop sumo early #322

Closed slycordinator closed 1 year ago

slycordinator commented 1 year ago

If the existing sumo exe is running when the installer starts, it creates an access violation and popup.

This change just has it kill the process before attempting the installation.

Plus, I this removes the unnecessary spaces at the end of two of the lines.

bcurran3 commented 1 year ago

The sumo change makes perfect sense to me. I don't understand why choco-cleaner is mixed into this PR though. Please clean/split/remove the CC stuff so I an pull it in. (FYI: about to release new ver of CC)

slycordinator commented 1 year ago

Not sure how those commits got in there, as they didn't show up on my box.

In any case, I removed the commits from this branch.

bcurran3 commented 1 year ago

Thanks. I guess I really should start using a linter :-)

Pulling in now.