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:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user