Set project name

This commit is contained in:
Riyyi
2026-07-30 22:27:13 +02:00
parent 30876992f1
commit d7e8ae0a4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Files # Files
.DS_Store .DS_Store
/hello-world /sindri
# Directories # Directories
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
PROJECT="hello-world" PROJECT="sindri"
VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)" VERSION="dev-$(date -u '+%Y-%m-%d')-$(git rev-parse --short HEAD)"
if [[ $1 == "debug" ]] if [[ $1 == "debug" ]]