Skip to content

Commit

Permalink
- fix: ensure file in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Aug 30, 2024
1 parent fe47abe commit 4e9bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/download-side-binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ const downloadOllamax8664UnknownLinuxGnu = async (version: string) => {
cwd: unzippedPath,
strip: 1,
});

const ollamaBinaryPath = asSidecarName(
Arch.x86_64_unknown_linux_gnu,
`./apps/shinkai-desktop/src-tauri/external-binaries/ollama/ollama`,
);
await ensureFile(ollamaBinaryPath);
await copyFile(path.join(unzippedPath, 'bin/ollama'), ollamaBinaryPath);
await addExecPermissions(ollamaBinaryPath);
};
Expand Down

0 comments on commit 4e9bbce

Please sign in to comment.