Skip to content

Commit

Permalink
fix: build remove .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Feb 13, 2023
1 parent f23ebde commit ef65194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const assets = files.map((f) => {
const [, , distro] = f.split('-');
return {
path: `.out/${f}`,
label: `${distro} distribution`,
label: `${distro.replace('.exe', '')} distribution`,
};
});

Expand Down

0 comments on commit ef65194

Please sign in to comment.