Commit graph

14 commits

Author SHA1 Message Date
Rohith Gilla
6815d88f47 Add pullfrog.yml workflow 2026-04-02 04:41:45 +05:30
tembo[bot]
8216ec8bc6
Fix brew install command (#122)
* docs(readme): fix brew install command for macOS Homebrew instructions

Co-authored-by: Rohith <gillarohith1@gmail.com>

* fix(homebrew): correct app name casing in cask and workflow files

Co-authored-by: Rohith <gillarohith1@gmail.com>

---------

Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
Co-authored-by: Rohith <gillarohith1@gmail.com>
2026-04-01 20:52:00 +05:30
Rohith Gilla
d2768529d5
chore: update Homebrew workflow to push to dedicated tap repo
Updates the cask auto-update workflow to push formula changes to
Rohithgilla12/homebrew-tap instead of committing to this repo.
Requires HOMEBREW_TAP_TOKEN secret for cross-repo push.
2026-03-07 13:43:04 +05:30
Rohith Gilla
4a544ec4da
Add Homebrew Cask support (#111)
* feat(homebrew): add Homebrew cask and update workflow for macOS install

Co-authored-by: Rohith <gillarohith1@gmail.com>

* fix(web): upgrade next-mdx-remote to 6.0.0 to fix vulnerability

Co-authored-by: Rohith <gillarohith1@gmail.com>

---------

Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
2026-03-07 10:56:01 +05:30
Rohith Gilla
171ddf1b0e
Apple Signing (#21)
* wip apple signing

* feat: update build file

* chore: remove unwated overrides

* chore: remove unused macOS folder entitlements

Remove NSDocumentsFolderUsageDescription and NSDownloadsFolderUsageDescription
from electron-builder config since the app does not access Documents or
Downloads folders.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* chore: add total downloads

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-03 13:20:58 +05:30
Rohith Gilla
d9ed42cb6e
Update GitHub Sponsors username in FUNDING.yml 2025-12-01 09:50:49 +05:30
Rohith Gilla
f1a98bb4ad chore: remove duplicate build for deb 2025-11-29 11:12:19 +05:30
Rohith Gilla
ae3cfa5fd9 chore: add perimssions 2025-11-29 11:02:16 +05:30
Rohith Gilla
d6b31d0559 chore: prepare for open source release 2025-11-29 10:57:24 +05:30
Rohith Gilla
9256094654 refactor: Split build-artifacts workflow into platform-specific jobs and upgrade Node.js to v24. 2025-11-28 18:44:21 +05:30
Rohith Gilla
4e8d58639d feat: Add a new on-demand artifact build workflow and refine existing build steps with explicit commands and GitHub token. 2025-11-28 18:40:45 +05:30
Rohith Gilla
b1dbf87b28 chore: fix 2025-11-28 18:31:19 +05:30
Rohith Gilla
be6a9a4db7 feat: add memory rouhter 2025-11-28 18:28:31 +05:30
Claude
a91f9c5aa0
ci: add GitHub Actions workflow for cross-platform builds
- Builds for macOS, Linux, and Windows using GitHub-hosted runners
- Triggered by version tags (v*) or manual dispatch
- Uploads build artifacts and creates draft releases
2025-11-28 10:27:33 +00:00