This commit is contained in:
JustArchi
2018-04-27 05:11:14 +02:00
parent 8d6ce1db68
commit 28e9e33e88

View File

@@ -3,7 +3,7 @@ set -eu
OUTPUT="dist" # Relative to script directory
TARGET="../docs" # Relative to script directory
SRC="WebConfigGenerator" # Path between $OUTPUT and $TARGET
SRC="../WebConfigGenerator" # Path between $OUTPUT and $TARGET
cd "$(dirname "$(readlink -f "$0")")"