keep .exe extension on micromamba for windows
This commit is contained in:
parent
df213fbdfc
commit
993944dd4e
|
@ -41,7 +41,7 @@ const config = {
|
|||
},
|
||||
{
|
||||
from: '../dist/micromamba.exe', // windows
|
||||
to: 'micromamba',
|
||||
to: 'micromamba.exe',
|
||||
},
|
||||
{
|
||||
from: '../dist/userguide',
|
||||
|
|
Loading…
Reference in New Issue