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
.DS_Store
/hello-world
/sindri
# Directories
+1 -1
View File
@@ -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" ]]