Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitextensions/releasefilemanager
GUI tool to manage GitExtensions release files
https://github.com/gitextensions/releasefilemanager
gitextensions setup setuptool setuptools
Last synced: about 2 months ago
JSON representation
GUI tool to manage GitExtensions release files
- Host: GitHub
- URL: https://github.com/gitextensions/releasefilemanager
- Owner: gitextensions
- License: mit
- Created: 2018-12-31T02:05:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T21:59:58.000Z (over 5 years ago)
- Last Synced: 2024-11-10T22:36:51.089Z (about 2 months ago)
- Topics: gitextensions, setup, setuptool, setuptools
- Size: 23.4 KB
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Release File Manager
GUI tool to manage GitExtensions release files## The Goal
Manage setup build scripts
- [Portable Build](https://github.com/gitextensions/gitextensions/blob/master/Setup/MakePortableArchive.cmd)
- [MSI Build](https://github.com/gitextensions/gitextensions/blob/master/Setup/Product.wxs)## Expected Workflow
1. User runs build script to create release build files
1. User runs this utility or even utility is run in build script to alter setup build scripts to include missing files in both installers
1. 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