mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
updating: show the reason why the update couldn't be completed
- include nonstd::expected library for modern error-handling - add localized strings - refactor updating.cpp
This commit is contained in:
committed by
Andrey Nekrasov
parent
63ce7ca981
commit
289532d7c8
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -5,3 +5,7 @@
|
||||
[submodule "deps/cxxopts"]
|
||||
path = deps/cxxopts
|
||||
url = https://github.com/jarro2783/cxxopts.git
|
||||
|
||||
[submodule "deps/expected-lite"]
|
||||
path = deps/expected-lite
|
||||
url = https://github.com/martinmoene/expected-lite.git
|
||||
|
||||
Reference in New Issue
Block a user