mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
Autoupdate: implement updating bootstrapper utility (#5204)
This commit is contained in:
7
src/common/updating/dotnet_installation.h
Normal file
7
src/common/updating/dotnet_installation.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace updating
|
||||
{
|
||||
bool dotnet_is_installed();
|
||||
bool install_dotnet();
|
||||
}
|
||||
Reference in New Issue
Block a user