- Thread starter
- #61
@armandp @hwahrmann @seco @RoChess & @ltfearme @trevor @DieBagger @Oxan @offbyone @huha @fforde
If you would like to get rid of the 7MB tx.exe within you source control repository (git or svn) and prevent adding another 7MB for the new 0.9 version and any future version feel free to make use of the tx.targets file, that I've created for the MP2 repository. You can some infos and resources below, including a link to the tx.targets and examples how it can be included in your build scripts.
If you would like to get rid of the 7MB tx.exe within you source control repository (git or svn) and prevent adding another 7MB for the new 0.9 version and any future version feel free to make use of the tx.targets file, that I've created for the MP2 repository. You can some infos and resources below, including a link to the tx.targets and examples how it can be included in your build scripts.
I removed the 7 MB exe file for the TransifexClient (tx.exe) from MP2 repo in commit https://github.com/chefkoch/MediaPortal-2/commit/f88c2e5d36039b68bd3d4fb564af3059eb58057e
It's been replaced by a tx.targets file which downloads the file, similar to nuget.exe, if it does not exist yet via msbuild.
The msbuild file itself is also available at https://gist.github.com/chefkoch/5651278
The change is available for testing at https://github.com/chefkoch/MediaPortal-2/commits/REWORK_4xxx_RemoveBinaries
Last edited: