diff --git a/.gitignore b/.gitignore index 0733f36ec3..0049ef927a 100644 --- a/.gitignore +++ b/.gitignore @@ -347,3 +347,7 @@ dashdiamondd-new-gui.* .vscode/* null.d + +# Include specific files +!build.yml +!build.sh diff --git a/build.sh b/build.sh index 057bc72516..ef41cf0805 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:-"DashDiamond"} +BASE_NAME=${BASE_NAME:-"dashdiamond"} # Sets the build environment variable # 0: The build will use the builder image available on docker hub