Add a downloadable config.txt file
Closed this issue · 1 comments
nitin710 commented
Description
- Main Idea
- we want to provide users with a
config.txt
file. - This way, we prevent tricky situations where people have
hidden extensions
in their OS, which creates a config.txt.txt file
- we want to provide users with a
Possible source of config file
- Users can create it manually on their systems (what is currently being done)
- Users can create it using a software
- we create a ofApp to create a txt file
- they use standard text editors in their OS to create the file
- We provide them the file
- in a software release
- in a firmware release
- in a docs release in github
nitin710 commented
Notes
-
Adding it to the software
- Adding it to the installer in windows.
- File a way to automate the addition of the config file in a release for macOS
-
Adding a downloadable
- adding a config.txt into a release as an independent file
- Link this to the documentation so that people can grab it from the release