Lovrom8 / RSMods

383 stars 34 forks source link

Merge DLL, GUI, & Installer into a single branch #112

Closed ffio1 closed 2 years ago

ffio1 commented 2 years ago

This change was proposed by #110 but the folder structure was making working with the project harder than it actually was. It also didn't include the installer, meaning another PR would've been needed.

This fixes that by creating a master solution that holds the DLL, the GUI, and the installer. It also modifies the appveyor file to create a new installer EVERY commit. This will make it easier to share the "newest" version of the tool, and remove the need to have 3+ instances of the repo installed if you want to make a commit.

ffio1 commented 2 years ago

Appveyor gives the thumbs up. Merging to main.