Loading
qbz: 1.2.4 -> 1.2.7
For whatever reason the default cargo tauri install phase builds the
Debian package and the application binary is pulled out from there. With
version 1.2.7 it's also required to sign the Debian package if it's
built and not specified otherwise.
So, while updating to 1.2.7, also add `--no-sign` since this is not
targeting Debian and this is less effort than creating a customized
install phase.
Signed-off-by:
Felix Singer <felixsinger@posteo.net>