Skip to content

Commit 92c9658

Browse files
thats not an underscore
1 parent 10d0822 commit 92c9658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function getBinarySource(platform, arch, os) {
7575
}
7676

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

8181
function getPackageName(platform, arch) {

0 commit comments

Comments
 (0)