Fix release pragma OS var.s
This commit is contained in:
parent
222031ecc5
commit
aa9040da5d
@ -70,7 +70,7 @@ namespace LibationAvalonia.Views
|
|||||||
#if !DEBUG
|
#if !DEBUG
|
||||||
//This is temporaty until we have a solution for linux/mac so that
|
//This is temporaty until we have a solution for linux/mac so that
|
||||||
//Libation doesn't download a zip every time it runs.
|
//Libation doesn't download a zip every time it runs.
|
||||||
if (!LibationScaffolding.IsWindows)
|
if (!Configuration.IsWindows)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
try
|
try
|
||||||
@ -85,15 +85,15 @@ namespace LibationAvalonia.Views
|
|||||||
if (result != DialogResult.Yes)
|
if (result != DialogResult.Yes)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (LibationScaffolding.IsWindows)
|
if (Configuration.IsWindows)
|
||||||
{
|
{
|
||||||
runWindowsUpgrader(zipFile);
|
runWindowsUpgrader(zipFile);
|
||||||
}
|
}
|
||||||
else if (LibationScaffolding.IsLinux)
|
else if (Configuration.IsLinux)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
else if (LibationScaffolding.IsMacOs)
|
else if (Configuration.IsMacOs)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user