You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
Describe the bug
The script, package-extension.sh does not run successfully because the file, src/stylesheet.css does not exist. To Reproduce
Steps to reproduce the behavior:
Clone the repo.
Run the installation script as recommended, ./package-extension.sh
The following error occurs during the running of the script: cp: cannot stat 'src/stylesheet.css': No such file or directory
Expected behavior
The script should run successfully.
Screenshots
N/A
Environment (please complete the following information):
Distro: Debian 12
Gnome version:43.9
Additional context
The src/stylesheet.css file is missing. It is still available in the original repo, which this repo was forked from.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
The script, package-extension.sh does not run successfully because the file, src/stylesheet.css does not exist.
To Reproduce
Steps to reproduce the behavior:
./package-extension.sh
The following error occurs during the running of the script:
cp: cannot stat 'src/stylesheet.css': No such file or directory
Expected behavior
The script should run successfully.
Screenshots
N/A
Environment (please complete the following information):
Additional context
The src/stylesheet.css file is missing. It is still available in the original repo, which this repo was forked from.
The text was updated successfully, but these errors were encountered: