Skip to content

Commit 2063721

Browse files
authored
fix: build name (#254)
1 parent ef7f819 commit 2063721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function getBinarySource(platform, arch, os) {
211211
}
212212

213213
function getBuildName(platform, arch) {
214-
return `pgt_${arch}-${platform}`;
214+
return `postgrestools_${arch}-${platform}`;
215215
}
216216

217217
function getPackageName(platform, arch) {

0 commit comments

Comments
 (0)