Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows installer creates the executable under the wrong name #63

Closed
iliapolo opened this issue Dec 7, 2019 · 1 comment
Closed

Windows installer creates the executable under the wrong name #63

iliapolo opened this issue Dec 7, 2019 · 1 comment
Assignees
Labels
bug This issue reports a bug patch Implies this code change should bump the patch version of the project

Comments

@iliapolo
Copy link
Owner

iliapolo commented Dec 7, 2019

When we use the windows installer to install the tool, we expect the executable file to be created at the following location:

%PROGRAM_FILES%\%PACKAGE_NAME\%PACKAGE_NAME.exe

For example, when installing PyCI. It should be: %PROGRAM_FILES%\py-ci\py-ci.exe

However, the current behavior is that the executable is actually placed at: %PROGRAM_FILES%\py-ci\py-ci-AMD64-Windows.exe

@iliapolo iliapolo added the bug This issue reports a bug label Dec 7, 2019
@iliapolo iliapolo self-assigned this Dec 7, 2019
@iliapolo iliapolo added the patch Implies this code change should bump the patch version of the project label Dec 7, 2019
This was referenced Dec 7, 2019
Closed
@iliapolo
Copy link
Owner Author

iliapolo commented Dec 7, 2019

This issue is part of release 0.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports a bug patch Implies this code change should bump the patch version of the project
Projects
None yet
Development

No branches or pull requests

1 participant