Compare commits

..
2 Commits
Author SHA1 Message Date
Maksim Totmin eb7c6a23d5 chore(aur): sync PKGBUILD for cmd/ layout, pkgrel 3
- build: ./cmd/streamdeck-lets-go (not '.')
- source: bare filenames (AUR forbids subdirectories)
- install: srcdir root (matching source paths)
2026-08-26 11:24:21 +07:00
Maksim Totmin db85a371af fix: add cmd/streamdeck-lets-go, anchor .gitignore to root
The .gitignore pattern 'streamdeck-lets-go' matched the cmd/ directory
name, silently preventing the entrypoint from being tracked since the
restructure. Anchoring to '/streamdeck-lets-go' fixes this while still
ignoring the build binary at repo root.
2026-08-26 11:24:21 +07:00
+1 -1
View File
@@ -1,4 +1,4 @@
streamdeck-lets-go
/streamdeck-lets-go
*.test
*.out
*.exe