Skip to content

Commit 877102b

Browse files
sharpninjaCopilot
andcommitted
Add .nojekyll, direct APK link, and URL clarification to F-Droid page
The 404 was likely caused by using the old /fdroid/repo URL. Added .nojekyll to prevent Jekyll interference with APK serving, a direct GitHub Release download link as fallback, and a warning about using the correct repo URL. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e782fd9 commit 877102b

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ jobs:
397397
run: |
398398
mkdir -p pages-output/repo
399399
cp docs/fdroid/index.html pages-output/
400+
[ -f docs/fdroid/.nojekyll ] && cp docs/fdroid/.nojekyll pages-output/
401+
touch pages-output/.nojekyll
400402
[ -f docs/fdroid/icon.png ] && cp docs/fdroid/icon.png pages-output/
401403
cp -r fdroid-workspace/repo/* pages-output/repo/
402404

docs/fdroid/.nojekyll

Whitespace-only changes.

docs/fdroid/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h2>Add this repository to F-Droid</h2>
2222
<div class="repo-url">
2323
<code>https://sharpninja.github.io/RequestTracker/repo</code>
2424
</div>
25+
<p style="font-size:0.85em; color:#666;">⚠️ Make sure to use the URL above exactly. Do <strong>not</strong> add <code>/fdroid</code> to the path.</p>
2526

2627
<h3>Steps:</h3>
2728
<ol>
@@ -33,6 +34,10 @@ <h3>Steps:</h3>
3334
<li>Pull to refresh and search for "RequestTracker"</li>
3435
</ol>
3536

37+
<h2>Direct APK Download</h2>
38+
<p>You can also download the latest APK directly from the
39+
<a href="https://github.com/sharpninja/RequestTracker/releases/latest">GitHub Releases</a> page.</p>
40+
3641
<h2>About RequestTracker</h2>
3742
<p>RequestTracker is an Avalonia-based Android app for browsing, searching, and analyzing Copilot session logs.
3843
It supports phone (portrait NavigationView) and tablet (desktop-like) layouts.</p>

0 commit comments

Comments
 (0)