From d7e8ae0a4a8cbf56cf2e3362ca8c413f23a00b8f Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 30 Jul 2026 22:27:13 +0200 Subject: [PATCH] Set project name --- .gitignore | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f77e912..d3e0c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # Files .DS_Store -/hello-world +/sindri # Directories diff --git a/build.sh b/build.sh index 942b16c..ff1bab8 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -PROJECT="hello-world" +PROJECT="sindri" VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)" if [[ $1 == "debug" ]]