Mise à jour de 'Run.sh'

This commit is contained in:
2022-06-10 20:01:58 +00:00
parent 24d7d53583
commit a7eaf9ff51

1
Run.sh
View File

@@ -45,6 +45,7 @@ function install() {
rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ --exclude '.git'
rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git'
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git'
touch $OUTPUT_DIR/System/IpToCountry.ini
echo install ok
}