renamed gitcomet-app to gitcomet

This commit is contained in:
Sampo Kivistö 2026-03-17 17:01:25 +02:00
parent 6703f2543d
commit edcfe68bf4
No known key found for this signature in database
GPG key ID: 3B426F446F481CFF
38 changed files with 236 additions and 191 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
RUSTFLAGS="-C symbol-mangling-version=v0" cargo build -p gitcomet-app --all-targets --profile=release-with-debug
RUSTFLAGS="-C symbol-mangling-version=v0" cargo build -p gitcomet --all-targets --profile=release-with-debug