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
I have noticed that the postinstall script in the shard.yml file of this package does not support Windows. The current script is:
postinstall
shard.yml
postinstall: "false | [ -f ../../sam.cr ] && true || cp -i examples/sam.template ../../sam.cr 2>/dev/null"
Given that Crystal now offers basic support for Windows, it would be beneficial for sam to follow suit and provide Windows compatibility.
sam
Could you please consider updating the postinstall script or providing an alternative solution that works on Windows?
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have noticed that the
postinstall
script in theshard.yml
file of this package does not support Windows. The current script is:Given that Crystal now offers basic support for Windows, it would be beneficial for
sam
to follow suit and provide Windows compatibility.Could you please consider updating the
postinstall
script or providing an alternative solution that works on Windows?Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: