Skip to content

GUI tool to manage GitExtensions release files

License

Notifications You must be signed in to change notification settings

gitextensions/ReleaseFileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release File Manager

GUI tool to manage GitExtensions release files

The Goal

Manage setup build scripts

Expected Workflow

  1. User runs build script to create release build files
  2. User runs this utility or even utility is run in build script to alter setup build scripts to include missing files in both installers
  3. User verifies setup build script changes and commits

Benefits

  • Changes to needed files are detected
  • User has final say over the changes and can edit in a way that is not prone to errors
  • Sourcing files from ...\Bin\%Configuration% folder will make it so portable builds are easier to manage