diff options
Diffstat (limited to 'archived/projt-launcher/docs/handbook/program_info.md')
| -rw-r--r-- | archived/projt-launcher/docs/handbook/program_info.md | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/archived/projt-launcher/docs/handbook/program_info.md b/archived/projt-launcher/docs/handbook/program_info.md new file mode 100644 index 0000000000..4a861ef0c1 --- /dev/null +++ b/archived/projt-launcher/docs/handbook/program_info.md @@ -0,0 +1,65 @@ +# Program Info `program_info/` + +> **Location**: `program_info/` +> **Purpose**: Application branding and configuration +> **Latest Version**: 0.0.5-1 + +--- + +## Overview + +The `program_info/` directory contains ProjT Launcher's program information, including application identity, branding assets, and configuration endpoints. + +--- + +## Contents + +### Application Identity + +| Item | Description | +|------|-------------| +| Application Name | ProjT Launcher | +| Application ID | `org.projecttick.projtlauncher` | +| Organization | Project Tick | + +### Branding + +| Asset | Purpose | +|-------|---------| +| Logo | Application icon | +| Banner | Promotional graphics | +| Screenshots | Store/website images | + +### Endpoints + +| Endpoint | Purpose | +|----------|---------| +| Update URL | Auto-update checks | +| News API | Launcher news feed | +| Analytics | Usage statistics (optional) | + +### Desktop Integration + +| File | Platform | +|------|----------| +| `.desktop` file | Linux | +| `Info.plist` template | macOS | +| Resource files | Windows | + +--- + +## Customization + +When building a custom fork: + +1. Update application name and ID +2. Replace branding assets +3. Configure custom endpoints +4. Update desktop integration files + +--- + +## Related Documentation + +- [LauncherJava](./launcherjava.md) — Java component +- [JavaCheck](./javacheck.md) — Java detection |
