RPM build
This commit is contained in:
parent
7586f7a159
commit
d6fe3013ab
12 changed files with 242 additions and 33 deletions
|
|
@ -24,6 +24,8 @@ namespace MacOSConfigApp
|
|||
//the running process, so don't upgrade unless it's "installed" in /Applications
|
||||
public bool CanUpgrade => Directory.Exists(AppPath);
|
||||
|
||||
public string ReleaseIdentifier => AppScaffolding.LibationScaffolding.ReleaseIdentifier.ToString();
|
||||
|
||||
public void InstallUpgrade(string upgradeBundle)
|
||||
{
|
||||
Serilog.Log.Information($"Extracting upgrade bundle to {AppPath}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue