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
Describe the bug make installcgi expects a folder src/icons, as per Line 374. This folder, and the associated files don't exist.
make installcgi
src/icons
To Reproduce Steps to reproduce the behavior:
git clone --recursive [email protected]:phillipstanleymarbell/Noisy-lang-compiler.git
The text was updated successfully, but these errors were encountered:
docs/icons currently contains some of the necessary icons. Newton-logo.png and orange-logo-full.png are missing.
docs/icons
Newton-logo.png
orange-logo-full.png
In a PR, I will add the missing files to docs/icons and set installcgi to copy from this location, rather than the current ../icons.
installcgi
../icons
Sorry, something went wrong.
janithpet
No branches or pull requests
Describe the bug
make installcgi
expects a foldersrc/icons
, as per Line 374. This folder, and the associated files don't exist.To Reproduce
Steps to reproduce the behavior:
git clone --recursive [email protected]:phillipstanleymarbell/Noisy-lang-compiler.git
The text was updated successfully, but these errors were encountered: