Currently tauri does not support a way to build the app as archive that can be installed on arch based distributions using pacman.
Therefore we could use the tauri guide to publish our prebuilt .deb package to the AUR.
Ideally we can set this up in a way that automatically does this whenever a new GitHub release in this repo here is being published, taking the .deb file and the needed version information from it, and publishes the update to the AUR.
Currently tauri does not support a way to build the app as archive that can be installed on arch based distributions using
pacman.Therefore we could use the tauri guide to publish our prebuilt .deb package to the AUR.
Ideally we can set this up in a way that automatically does this whenever a new GitHub release in this repo here is being published, taking the .deb file and the needed version information from it, and publishes the update to the AUR.