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

[BUGFIX] Allow Windows to run Phive Phars #900

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

JakeQZ
Copy link
Contributor

@JakeQZ JakeQZ commented Jun 15, 2020

The Windows CLI is not smart enough to inspect an 'executable' file (e.g. to
look for a 'shebang') to determine what program is required to run it. It
requires the file to have a file extension which is associated with the required
program. Thus the Phar files have been renamed to have the .phar extension.

The Windows CLI is not smart enough to inspect an 'executable' file (e.g. to
look for a 'shebang') to determine what program is required to run it.  It
requires the file to have a file extension which is associated with the required
program.  Thus the Phar files have been renamed to have the `.phar` extension.
@JakeQZ JakeQZ added the bug label Jun 15, 2020
@JakeQZ JakeQZ added this to the 5.0.0 milestone Jun 15, 2020
@JakeQZ JakeQZ requested a review from oliverklee June 15, 2020 00:32
@JakeQZ JakeQZ self-assigned this Jun 15, 2020
@JakeQZ
Copy link
Contributor Author

JakeQZ commented Jun 15, 2020

Either this or #899 will need rebasing (due to CHANGELOG.md conflict) depending which is merged first.

@oliverklee oliverklee merged commit 14a725f into master Jun 15, 2020
@oliverklee oliverklee deleted the bugfix/phar-tools-windows branch June 15, 2020 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants