Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Mar 14, 2024
1 parent a93c02c commit 50fee8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelina-cli/scripts/releasePackagesRename.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function renameWindows({version, name, sha, arch}) {
const dist = 'dist/win32';

const generatedPath = path.resolve(dist, `${name}-v${version}-${sha}-${arch}.exe`);
const newPath = path.resolve(dist,`modelina.${arch}.exe`);
const newPath = path.resolve(dist, `modelina.${arch}.exe`);
await checkAndRenameFile(generatedPath, newPath);
}

Expand Down

0 comments on commit 50fee8d

Please sign in to comment.