diff --git a/package-binaries.js b/package-binaries.js index 5b40f19..77ecdae 100644 --- a/package-binaries.js +++ b/package-binaries.js @@ -25,7 +25,7 @@ async function processFiles() { try { for (const fileName of fileNames) { const filePath = folderPath + fileName; - const renamedFilePath = folderPath + fileName.replace('-win', '').replace('-macos', '').replace('-linux', ''); + const renamedFilePath = folderPath + fileName.replace('-cli-win', '').replace('-cli-macos', '').replace('-cli-linux', ''); // Rename the file await renameFile(filePath, renamedFilePath);