forked from I2P_Developers/i2p-jpackage
add hosts.txt
This commit is contained in:
2
build.sh
2
build.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user