Void Presence Updates v1.1.0
Release details for the void presence updates updates loaded from GitHub release data.
Release details for the void presence updates updates loaded from GitHub release data.
If you just need the latest recommended installer, you can download it from the main download page.
Go to download pageView this release on GitHub for full changelog and assets.
Check GitHub.dmg installer on macOS: it mounts the image with hdiutil, copies the .app to /Applications via ditto, then unmounts..deb package on Linux using pkexec dpkg -i and relaunches the app from /usr/bin/void-presence on completion.extractInstaller now looks for the correct embedded asset prefix and extension per OS (Void.Presence.Setup.*.exe on Windows, Void.Presence.*.dmg on macOS, Void.Presence.*.deb on Linux).isProcessAlive uses the Windows API on Windows and syscall.Kill(pid, 0) on Unix, keeping the goroutine-based install watcher working on all platforms.%LOCALAPPDATA%\voidupdates on Windows, ~/Library/Logs/voidupdates on macOS, and ~/.local/share/voidupdates on Linux.build-installer.yml and test.yml now build the updater for all three platforms in parallel, each embedding the matching platform artifact from void-presence.