Rename app to Oikos (was oikos-desktop)
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

- Binary: oikos-desktop → Oikos
- Bundle: oikos-desktop.app → Oikos.app
- Install path: /Applications/Oikos.app
- Auto-update paths updated
- CI Linux binary renamed
This commit is contained in:
2026-07-14 00:31:05 +02:00
parent aca6b8bcc2
commit 7063c90898
6 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ tasks:
build:
summary: Build the Oikos desktop app
cmds:
- go build -o build/bin/oikos-desktop .
- go build -o build/bin/Oikos .
env:
CGO_ENABLED: 1