You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: instalacao 1-linha, flake NixOS e .rpm Fedora; release publicado
- packaging/install.sh: instalador curl|bash que detecta a distro e baixa o .deb/.rpm/.AppImage do ultimo release; garante mkcert (pkg da distro, ou binario oficial em ~/.local/bin sem sudo), checa polkit/pkexec e semeia a config em ~/.config/dev.devsplit.app. --uninstall reverte.
- flake.nix: NixOS via appimageTools.wrapType2, injeta mkcert+nssTools no PATH.
- tauri.conf.json: +rpm nos bundle targets -> Fedora ganha pacote nativo.
- build.yml: releaseDraft=false (tag publica o release; o instalador le releases/latest, que ignora drafts).
- README + docs/04: secao Instalar reescrita.