diff --git a/.gitignore b/.gitignore index 1a2d6f257..c12e400b2 100644 --- a/.gitignore +++ b/.gitignore @@ -346,3 +346,7 @@ __decenomy__d-new-gui.* .vscode/* null.d + +# Include specific files +!build.yml +!build.sh diff --git a/build.sh b/build.sh index 057bc7251..1e4f89d37 100755 --- a/build.sh +++ b/build.sh @@ -28,8 +28,8 @@ fi # Sets variables needed for the build TICKER=${TICKER:-"${GITHUB_REPO}"} -UI_NAME=${UI_NAME:-"__Decenomy__"} -BASE_NAME=${BASE_NAME:-"__decenomy__"} +UI_NAME=${UI_NAME:-"Eskacoin"} +BASE_NAME=${BASE_NAME:-"eskacoin"} # Sets the build environment variable # 0: The build will use the builder image available on docker hub