Buld Instructions - sistar21/Choicy GitHub Wiki
Simple Build
Do following to compile MFM for the first time and set up the basic environment...
Open the Movie File Merger solution from SharpDevelop.
Change the build configuration to Debug.
Run MFM and close it.
Copy the files from Installation Folder\MFM Program in the Debug or Release folder.
Copy the MFM Collections Folder at the same level as the Debug or Release folder.
Run MFM again...
Release Build
Do following to make a MFM release... In SharpDevelop...
Open the Choicy solution with SharpDevelop.
Change the build configuration to Release.
Update the version in AssemblyInfo.cs.
Run Choicy and close SharpDevelop.
Build the Installer...
Copy Choicy.exe from the Release folder in the Installation folder.
Update the instructions
Update the version in Inno Setup
Update the year in Inno Setup
Generate the ChoicySetup.exe with Inno Setup.
Test that Choicy Setup can be installed and that all the data are Ok.
Commit all changes