This repository handles automated builds and releases for 2SOMEone Desktop.
Download the latest release from the Releases page.
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | .dmg |
| macOS (Intel) | .dmg |
| Windows | .exe |
| Linux | .AppImage / .deb |
The app supports auto-update. Updates are served from:
- Go to Actions
- Select "Build and Release" workflow
- Click "Run workflow"
- Enter the version tag (e.g.,
1.0.0-build.1) - Select platforms to build
- Click "Run workflow"
| Platform | Runner | Build Output |
|---|---|---|
| macOS | macos-latest |
.dmg, .zip |
| Windows | windows-latest |
.exe |
| Linux | ubuntu-latest |
.AppImage, .deb |
The following secrets must be configured in this repository:
| Secret | Description |
|---|---|
BITIFUL_ACCESS_KEY_ID |
S3 Access Key |
BITIFUL_SECRET_ACCESS_KEY |
S3 Secret Key |
See the main repository for license information.