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 {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "../fetch",
|
||||
"to": "fetch"
|
||||
"from": "../akai-fetch",
|
||||
"to": "akai-fetch"
|
||||
},
|
||||
{
|
||||
"from": "../scripts/extract_wavs.sh",
|
||||
@@ -35,8 +35,8 @@
|
||||
"artifactName": "${name}-${version}-${arch}.${ext}",
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "../fetch",
|
||||
"to": "fetch"
|
||||
"from": "../akai-fetch",
|
||||
"to": "akai-fetch"
|
||||
},
|
||||
{
|
||||
"from": "../scripts/extract_wavs.sh",
|
||||
|
||||
Reference in New Issue
Block a user