Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ed16f8

Browse files
committedJul 1, 2024·
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

+1-1
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)
Please sign in to comment.