Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
v0.1 | 2012-08-04 | ||
Totals: 1 Item | 0 |
ReleaseHelper by p4rAn0id (2012) ================================ Usefull to simply prepare a release of your Project. It creates 7z-Packages according to your configuration. It is in a BETA-State, so don't expect too much :) Feel free to rate, comment and share this tool. !!! Support the Occupy Movement !!! We are the 99% !!! !!! We arn't their slaves !!!! Report Ideas and Bugs at: http://sourceforge.net/projects/ReleaseHelper/support Much thanks to Igor Pavlov for his wonderfull 7-Zip! http://www.7-zip.org/ Included in this Project: Command-Line Version v9.20 ( 7za.exe ) FAQ - or something else ----------------------- Q: What does ReleaseHelper? A: According to the configuration file it scans for Files and Folders, get the MainExe Version, and creates 7z-Packages with the Release and Source. Q: How to fill the Projects-config file? A: See the example files Q: What config files i have to create/edit? A: At first you have to edit/create a config named RH-Projects.cfg In this file you tell the Helper your projects names At second you have to create/edit config files named like your projects with .cfg as extension Example: you have created a RH-Projects.cfg with a Project called 'MyProject' (without the ') then you have to create a config 'MyProject.cfg' Known Issues: - can't pin the ReleaseHelper to TaskBar This is because it has the word 'help' in the Name. Microsoft don't want Shortcuts to Programms with 'install', 'help' and for sure others in the Name. To solve this, create a shortcut and rename it to something without 'help' in the Name (Ex.: ProjectRelease.lnk) and pull it to the TaskBar. To clean up some .lnk mess, w7 stores the lnk's under: C:\Users\%username%\AppData\Roaming\Microsoft\ Internet Explorer\Quick Launch\User Pinned\TaskBar ToDo: - too much to list here Changelog/History ------------------ ReleaseHelper v0.1.4599.36707 (04.08.2012) ~ Bugfix: adding now the '\n' byself, because with the function WriteLine() i struggled in some problems with the added '\r'. This only affects the Webfiles. ReleaseHelper v0.1.4595.19902 (31.07.2012) - implemented config handling - creating 7z-Files in ProjectPath - copy created 7z if configured - writes my webfiles it's configurable i need them for my updater in my renamerV2