-
Notifications
You must be signed in to change notification settings - Fork 148
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
.tar.gz PowerShell issues fix. #373
Conversation
Update install.bat so there isn't a compatibility issue with the .tar.gz extension in powershell.
Thank you for the contribution @MauroDruwel However, I have tried to run the new The part for mkdir and tar is good |
Yeah I will check that! My pull request was just to fix this issue:
|
I see, for the changed part it's okay |
Hi @hiro-v, I think I fixed it :) Atleast, it works on my pc. Could you try it? The problem was that the extracting was not saving the files in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request: Update
install.bat
for Compatibility with.tar.gz
Extension in PowerShellOverview
This pull request addresses a compatibility issue with the
.tar.gz
extension in PowerShell. It incorporates the fix from issue #234 in a more streamlined manner.Details
The
install.bat
file has been updated to prevent compatibility issues with the.tar.gz
extension when using PowerShell. This change enhances the user experience by preventing potential errors during the installation process.Conclusion
This pull request provides a necessary update to the
install.bat
file, improving compatibility with PowerShell.