Skip to content

Commit 10d0822

Browse files
more sexy
1 parent c698b4c commit 10d0822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/@pglt/pglt/scripts/generate-packages.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function getBuildName(platform, arch) {
8181
function getPackageName(platform, arch) {
8282
// trim the "unknown" from linux
8383
const name = platform.split("-").slice(-2).join("-");
84-
return `@pglt/cli_${arch}-${name}`;
84+
return `@pglt/cli-${arch}-${name}`;
8585
}
8686

8787
function getOs(platform) {

0 commit comments

Comments
 (0)