Skip to content

Commit c698b4c

Browse files
well...
1 parent ebd6760 commit c698b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@pglt/pglt/scripts/generate-packages.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ function getBinarySource(platform, arch, os) {
7575
}
7676

7777
function getBuildName(platform, arch) {
78-
return format(`pglt_${arch}_${platform}`, arch);
78+
return `pglt_${arch}_${platform}`;
7979
}
8080

8181
function getPackageName(platform, arch) {
8282
// trim the "unknown" from linux
8383
const name = platform.split("-").slice(-2).join("-");
84-
return format(`@pglt/cli_${name}`, arch);
84+
return `@pglt/cli_${arch}-${name}`;
8585
}
8686

8787
function getOs(platform) {

0 commit comments

Comments
 (0)