View Single Post
06/14/16, 04:55 AM   #7
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by haggen View Post
I'll take it. Do you have any scripts or routine you use to prepare the source to be uploaded?
For the ones I uploaded, I only used 7z switches to exclude unwanted stuff:
bash Code:
  1. ver=$(tail -1 "$ESO/depot/_databuild/databuild.stamp") || exit
  2. rm -f "/tmp/esoui-$ver.zip"
  3. 7z a -x'!'esoui/{art,common/fonts}/ "/tmp/esoui-$ver.zip" esoui/
  Reply With Quote