rename binary from fetch to akai-fetch

Consistent with go.mod, usage strings, and docs.
Updated Dockerfile, electron config, and Makefile.
This commit is contained in:
2026-06-21 22:45:12 -07:00
parent f195ba5a5c
commit a17f22ccb2
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ let serverPort = 0;
function findServerBinary() {
const candidates = [
path.join(__dirname, '..', 'fetch'),
path.join(__dirname, '..', 'akai-fetch'),
path.join(process.resourcesPath, 'fetch'),
path.join(__dirname, '..', 'fetch'),
path.join(process.resourcesPath, 'akai-fetch'),
path.join(process.resourcesPath, 'fetch'),
];
for (const p of candidates) {
try {