Hi there, I have a small improvement idea.
When using the auto-update feature (I call cargo_packager_updater::Update::download_and_install()) on Windows with an NSIS installer, the downloaded installer file is saved to a temporary file with a cabalistic name (e.g., .tmpXXXXXX.exe). And this filename is displayed in the Windows UAC (User Account Control) prompt, which can be confusing or unsettling for end users who expect to see a recognizable application name.
Example :
Perhaps cargo-packager could provide a way to specify a custom filename for the downloaded installer ?
Hi there, I have a small improvement idea.
When using the auto-update feature (I call
cargo_packager_updater::Update::download_and_install()) on Windows with an NSIS installer, the downloaded installer file is saved to a temporary file with a cabalistic name (e.g.,.tmpXXXXXX.exe). And this filename is displayed in the Windows UAC (User Account Control) prompt, which can be confusing or unsettling for end users who expect to see a recognizable application name.Example :
Perhaps cargo-packager could provide a way to specify a custom filename for the downloaded installer ?