add hosts.txt

This commit is contained in:
idk
2021-03-19 01:25:56 -04:00
parent cf3a58589e
commit 1663005e0d
2 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,7 @@ cd $RES_DIR
find certificates -name *.crt -exec echo '{},{}' >> $HERE/build/resources.csv \;
cd portable/configs
find . -name '*.config' -exec echo 'config/{},{}' >> $HERE/build/resources.csv \;
echo "config/hosts.txt,hosts.txt" >> $HERE/build/resources.csv
echo "preparing webapps"
cd $I2P_PKG
find webapps -name '*.war' -exec echo '{},{}' >> $HERE/build/resources.csv \;
@ -37,6 +38,7 @@ echo "copying certificates"
cp -R $RES_DIR/certificates build/
echo "copying config"
cp -R $RES_DIR/portable/configs build/config
cp -R $RES_DIR/hosts.txt build/config/hosts.txt
cp -R $I2P_PKG/webapps build/
echo "copying GeoIP"

View File

@ -12,4 +12,7 @@ rm -rfv \
peerProfiles \
prngseed.rnd \
router.config \
wrapper.log
wrapper.log \
*.jar \
*.exe \
*.dmg