Skip to content

fix: normalize snap desktop filename, fix platform download URLs, ext…#6

Merged
AteebNoOne merged 1 commit into
mainfrom
fix/snap-desktop
Jul 12, 2026
Merged

fix: normalize snap desktop filename, fix platform download URLs, ext…#6
AteebNoOne merged 1 commit into
mainfrom
fix/snap-desktop

Conversation

@AteebNoOne

@AteebNoOne AteebNoOne commented Jul 12, 2026

Copy link
Copy Markdown
Member

…ract deb before snapcraft

  • snapcraft.yaml: source pre-extracted directory instead of raw .deb
  • release.yml: extract deb, find and rename .desktop to teebot-flow.desktop regardless of Tauri's generated name (e.g. 'Teebot Flow.desktop')
  • platform.ts: update asset names to match actual Tauri output (Teebot.Flow for Win/Mac, 'Teebot Flow' with space for Linux)

Summary by CodeRabbit

  • Bug Fixes
    • Fixed Linux Snap packaging to correctly include application files and desktop integration metadata.
    • Updated platform-specific download links to match the latest Windows, Linux, and macOS release asset names.

…ract deb before snapcraft

- snapcraft.yaml: source pre-extracted directory instead of raw .deb
- release.yml: extract deb, find and rename .desktop to teebot-flow.desktop
  regardless of Tauri's generated name (e.g. 'Teebot Flow.desktop')
- platform.ts: update asset names to match actual Tauri output
  (Teebot.Flow for Win/Mac, 'Teebot Flow' with space for Linux)

Co-authored-by: Atib Ur Rehman <rehmanateebur@gmail.com>
@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
teebot-flow Ready Ready Preview, Comment Jul 12, 2026 10:22am

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: e2bd401f-decd-4c2a-962a-fd3718894b25

📥 Commits

Reviewing files that changed from the base of the PR and between b6fd5c1 and f427994.

📒 Files selected for processing (3)
  • .github/workflows/release.yml
  • snap/snapcraft.yaml
  • src/lib/platform.ts

📝 Walkthrough

Walkthrough

The release workflow now extracts Debian contents for Snapcraft, validates and normalizes the desktop file, and uses the extracted directory as the Snap source. Platform download URL templates now match updated Windows, Linux, and macOS release asset names.

Changes

Release packaging and distribution

Layer / File(s) Summary
Extract Debian contents for Snapcraft
.github/workflows/release.yml, snap/snapcraft.yaml
The workflow extracts and validates the .deb contents, normalizes the desktop file name, and passes build/extracted to Snapcraft.
Update release asset filename templates
src/lib/platform.ts
Windows, Linux, and macOS asset filename patterns are updated for generated download URLs.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly reflects the main changes: Snap desktop filename normalization and platform download URL fixes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/snap-desktop

Comment @coderabbitai help to get the list of available commands.

@AteebNoOne AteebNoOne merged commit cc12d22 into main Jul 12, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant