File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ A lightning-fast macOS launcher built in pure Rust using [GPUI](https://github.c
1919- ** App management** — auto-quit, force quit, uninstaller with leftover detection
2020- ** Sleep timer** — configurable timer with system actions (sleep, shutdown, etc.)
2121
22+ ## Download Latest Build
23+
24+ - ** Latest DMG** : [ PhotonCast.dmg] ( https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg )
25+ - ** Latest checksum** : [ PhotonCast.dmg.sha256] ( https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg.sha256 )
26+ - ** Latest release notes** : [ GitHub Releases] ( https://github.com/panosAthDBX/photoncast/releases/latest )
27+ - ** Latest main-branch CI artifacts** : [ CI workflow runs] ( https://github.com/panosAthDBX/photoncast/actions/workflows/ci.yml?query=branch%3Amain ) (download ` photoncast-dmg ` from the latest successful push run)
28+
2229## Requirements
2330
2431- macOS 12.0+
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ The appcast is an RSS 2.0 feed with Sparkle namespace extensions that contains u
3737- ** Production** : ` https://api.photoncast.app/updates/appcast.xml `
3838- ** GitHub Alternative** : ` https://github.com/photoncast/photoncast/releases.atom `
3939
40+ ### Latest Build Download Endpoints
41+
42+ - ** Latest DMG** : ` https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg `
43+ - ** Latest checksum** : ` https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg.sha256 `
44+ - ** Latest release page** : ` https://github.com/panosAthDBX/photoncast/releases/latest `
45+
4046### Appcast Format
4147
4248``` xml
Original file line number Diff line number Diff line change 22
33Homebrew Cask formula for [ PhotonCast] ( https://github.com/photoncast/photoncast ) - a fast, extensible macOS launcher built with Rust and GPUI.
44
5+ ## Latest Build Downloads
6+
7+ - ** Latest DMG** : [ PhotonCast.dmg] ( https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg )
8+ - ** Latest checksum** : [ PhotonCast.dmg.sha256] ( https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg.sha256 )
9+ - ** Latest release notes** : [ GitHub Releases] ( https://github.com/panosAthDBX/photoncast/releases/latest )
10+
511## Quick Install
612
713### Option 1: Official Homebrew Cask (Recommended - once available)
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ Homebrew Cask has specific requirements that PhotonCast may not yet meet:
1212
1313While we work toward meeting these requirements, users can install PhotonCast via our custom tap.
1414
15+ ## Latest Build Downloads
16+
17+ - ** Latest DMG** : [ PhotonCast.dmg] ( https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg )
18+ - ** Latest checksum** : [ PhotonCast.dmg.sha256] ( https://github.com/panosAthDBX/photoncast/releases/latest/download/PhotonCast.dmg.sha256 )
19+ - ** Latest release notes** : [ GitHub Releases] ( https://github.com/panosAthDBX/photoncast/releases/latest )
20+
1521## Quick Start for Users
1622
1723### Add the Tap and Install
You can’t perform that action at this time.
0 commit comments