Add public-safe example config
This commit is contained in:
@@ -57,6 +57,14 @@ Release zips are written to:
|
||||
builds/releases/
|
||||
```
|
||||
|
||||
## Config Files
|
||||
|
||||
`config.json` is local runtime data and is ignored by Git. Keep your personal launcher menu there for testing.
|
||||
|
||||
`config.example.json` is a public-safe sample config for documentation and reference. New users do not need to copy it; if `config.json` is missing, the app creates a clean starter config on first run.
|
||||
|
||||
Personal test configs should stay in `config.json`; release packages do not include it unless the release script is run with `-IncludeCurrentConfig`.
|
||||
|
||||
## Versioning
|
||||
|
||||
The app version is controlled in `TaskbarLauncher.csproj`.
|
||||
|
||||
Reference in New Issue
Block a user