mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-10 14:13:55 +02:00
enhance(updater): use named tempfile on Windows (#1544)
* Use named tempfile on Windows * append installer * Add change file * Fix ci * Wrap in a folder * Name temp dir for eaiser debugging * format * temp_dir * target_os * Document use updater_builder instead
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"updater": patch
|
||||
---
|
||||
|
||||
On Windows, use a named tempfile with `<app name>-<version>-installer.exe` (or `.msi`) for v2 updater
|
||||
|
||||
**Breaking Change**: `UpdaterBuilder::new` now takes one more argument `app_name: String`
|
||||
Reference in New Issue
Block a user