Skip to content

Commit 4ed16f8

Browse files
revert suffix
1 parent e7f7b71 commit 4ed16f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-app/scripts/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function getArtifactName(version) {
100100
switch (platform) {
101101
case 'win32': {
102102
if (arch === 'x64') {
103-
return `${name}_${version}_Windows_64bit_unsigned.\$\{ext}`;
103+
return `${name}_${version}_Windows_64bit.\$\{ext}`;
104104
}
105105
throw new Error(`Unsupported platform, arch: ${platform}, ${arch}`);
106106
}

0 commit comments

Comments
 (0)