mirror of
https://github.com/hoornet/vega.git
synced 2026-05-06 20:29:12 -07:00
Rename Wrystr to Vega
Named after Jurij Vega (1754-1802), Slovenian mathematician who made knowledge accessible through his logarithm tables. Rebrand before OpenSats application (April 1). - Product name, window title, identifiers, binary name all renamed - Cargo package: wrystr -> vega, wrystr_lib -> vega_lib - PKGBUILD: wrystr -> vega (new AUR package name) - Release workflow: artifact names, release text updated - README: new tagline referencing Jurij Vega - DB migration: auto-renames wrystr.db -> vega.db on first launch - Keyring service name kept as "wrystr" for backward compatibility - localStorage keys kept as wrystr_* to preserve existing user data Pending manual steps: - Rename GitHub repo hoornet/wrystr -> hoornet/vega - Create new AUR package vega-git, orphan wrystr-git - Update local .desktop launcher
This commit is contained in:
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -61,9 +61,9 @@ jobs:
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
with:
|
||||
tagName: ${{ github.ref_name }}
|
||||
releaseName: Wrystr ${{ github.ref_name }}
|
||||
releaseName: Vega ${{ github.ref_name }}
|
||||
releaseBody: |
|
||||
## Wrystr ${{ github.ref_name }}
|
||||
## Vega ${{ github.ref_name }}
|
||||
|
||||
Cross-platform Nostr desktop client — polished UI, deep Lightning integration, first-class long-form writing.
|
||||
|
||||
@@ -128,23 +128,23 @@ jobs:
|
||||
|
||||
**Linux (Ubuntu / Debian / Mint):** Download the `.deb` and run:
|
||||
```
|
||||
sudo dpkg -i wrystr_*.deb
|
||||
sudo dpkg -i vega_*.deb
|
||||
```
|
||||
**Linux (Fedora / openSUSE):** Download the `.rpm` and run:
|
||||
```
|
||||
sudo rpm -i wrystr-*.rpm # Fedora
|
||||
sudo zypper install wrystr-*.rpm # openSUSE
|
||||
sudo rpm -i vega-*.rpm # Fedora
|
||||
sudo zypper install vega-*.rpm # openSUSE
|
||||
```
|
||||
**Linux (Arch / Manjaro):** Install from the AUR:
|
||||
```
|
||||
yay -S wrystr-git
|
||||
yay -S vega-git
|
||||
```
|
||||
|
||||
**Windows:** Download the `.exe` installer and run it.
|
||||
**macOS (Apple Silicon):** Download the `aarch64.dmg` and open it.
|
||||
|
||||
---
|
||||
⚡ Find Wrystr useful? [Zap the developer](https://github.com/hoornet/wrystr#support) or star the repo.
|
||||
⚡ Find Vega useful? [Zap the developer](https://github.com/hoornet/vega#support) or star the repo.
|
||||
releaseDraft: false
|
||||
prerelease: false
|
||||
includeUpdaterJson: true
|
||||
|
||||
Reference in New Issue
Block a user