Skip to content

Commit

Permalink
v0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Mar 20, 2021
1 parent b29345d commit 1e9a72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kontrolio/cli",
"version": "0.0.24",
"version": "0.0.25",
"main": "",
"author": "Marcelo Cardoso <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion run.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const platform = (() => {
);
})();

const binName = platform.TYPE === "Windows" ? `${appName}.exe` : appName;
const binName = platform.TYPE === "Windows" ? ".exe" : "";
const binPath = path.join(installDir, binName);

const install = async () => {
Expand Down

0 comments on commit 1e9a72d

Please sign in to comment.