We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
%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
%PROGRAM_FILES%\py-ci\py-ci-AMD64-Windows.exe
The text was updated successfully, but these errors were encountered:
This issue is part of release 0.8.2
Sorry, something went wrong.
iliapolo
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: