The app opens localized help PDFs from:
https://github.com/shanghai3168/taglauncher/releases/download/v7.6.0/Taglauncher-help-<language>.pdf
This requires the GitHub repository to be available at:
shanghai3168/taglauncher
If the actual repository owner, name, or release tag is different, update the Help PDF URL in Apptag/PreferencesView.swift before release.
The localized help PDFs are tracked as versioned release assets because help content must match the app version. The app opens GitHub Release asset URLs so the shipped binary does not depend on the mutable main branch and does not bundle 106MB of PDFs inside the Mac app.
Current package:
v7.6.029106MB5MBThis is acceptable for the first release because no single file is near GitHub's 100MB file limit. Revisit this if future versions keep many old help packages in the main repo.
shanghai3168/taglauncher.v7.6.0.Docs/Help/v7.6.0/ as Release assets.https://github.com/shanghai3168/taglauncher/releases/download/v7.6.0/Taglauncher-help-en.pdfTaglauncher-help-zh.pdf.Taglauncher-help-zh-Hant.pdf.Private GitHub repository URLs are not appropriate for end-user help. Use one of these instead:
Do not push the TagLauncher app source code to shanghai3168/taglauncher.
That public repository is currently used only for immutable Help PDF release assets.