winget install --id Drrakendu78.UniCreate
About UniCreate
The modern WinGet manifest creator — Create and submit packages to winget-pkgs with a beautiful GUI
What's new in 1.0.9
# UniCreate - Patch Notes v1.0.9 Date: 2026-05-13 Release tag: `v1.0.9` Repository: `drrakendu78/UniCreate` ## Highlights - **Auto-update no longer fails with `os error 740`** on non-admin sessions: UniCreate now restarts itself as administrator automatically before launching the updater. One-click update again works end to end. - **All updater error messages translated to English** (previously some surfaced the localized Windows error text, e.g. "L'opération demandée nécessite une élévation"). ## Changes ### 1) Fix — `ERROR_ELEVATION_REQUIRED` (740) on auto-update - Windows installer-detection heuristic forces UAC elevation for any `.exe` whose name contains `updater` / `setup` / `install`. Launching `UniCreate-Updater.exe` from a non-admin process therefore fails with OS error 740, which the previous build surfaced as a cryptic toast. - UniCreate now checks `is_running_as_admin` before triggering the updater. When the app is not elevated, it persists the pending download URL + filename in `localStorage` (`unicreate-pending-update`), calls a new `restart_as_admin` Tauri command, and resumes the install automatically once the app reboots with elevated privileges. A single UAC prompt now suffices — no need to manually relaunch the app as admin. Impacted files: - `src-tauri/Cargo.toml` (added `is_elevated` dependency on Windows) - `src-tauri/src/lib.rs` (new `is_running_as_admin` and `restart_as_admin` Tauri commands) - `src-tauri/src/github.rs` (`start_silent_update` now translates `raw_os_error() == 740` into a clear English message) - `src/App.tsx` (`openUpdateAction` chec...
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.0.9 | Unknown | # UniCreate - Patch Notes v1.0.9 Date: 2026-05-13 Release tag: `v1.0.9` Repository: `drrakendu78/UniCreate` ## Highlights - **Auto-update no longer fails with `os error 740`** on non-admin sessions: UniCreate now restart... |
| 1.0.7 | Unknown | # UniCreate - Patch Notes v1.0.7 Date: 2026-03-29 Release tag: \`v1.0.7\` Repository: \`drrakendu78/UniCreate\` ## Highlights - Chinese localization (Simplified & Traditional) — merged PR #3 - Fixed package IDs with \`-\... |
| 1.0.6 | Unknown | # UniCreate - Patch Notes v1.0.6 Date: 2026-03-01 Release tag: `v1.0.6` Repository: `drrakendu78/UniCreate` ## Highlights - Sticky navigation buttons — Back/Continue buttons now stay visible at the bottom of the screen w... |
| 1.0.5 | Unknown | ## Highlights - **Full i18n** — English & French across all pages - **Enterprise security** — Never-save session mode, configurable timeout, audit log, HTTP proxy, GPO policy config - **Settings redesign** — 7 sections:... |
| 1.0.4 | Unknown | # UniCreate - Patch Notes v1.0.4 Date: 2026-02-22 Release tag: `v1.0.4` Repository: `drrakendu78/UniCreate` ## Highlights - Fixed Connect button modal flashing and immediately closing. - Major security hardening across t... |
| 1.0.3 | Unknown | # UniCreate - Patch Notes v1.0.3 Date: 2026-02-21 Release tag: `v1.0.3` Repository: `drrakendu78/UniCreate` ## Highlights - Silent update no longer flashes a CMD window. - Update mode now auto-fills version, release note... |
| 1.0.2 | Unknown | # 🚀 UniCreate - Patch Notes v1.0.2 📅 Date: 2026-02-19 Release tag: `v1.0.2` Repository: `drrakendu78/UniCreate` ## ✨ What's new - Improved PR status clarity in Home with more precise live badges. - Reduced false alerts:... |
| 1.0.1 | Unknown | # UniCreate - Patch Notes v1.0.1 Date: 2026-02-19 Release tag: `v1.0.1` Repository: `drrakendu78/UniCreate` ## Highlights - Added YAML edit mode in Review step (Step 3). - Improved YAML generation to avoid forced quotes... |