This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<StartupObject />
|
<StartupObject />
|
||||||
<SignAssembly>False</SignAssembly>
|
<SignAssembly>False</SignAssembly>
|
||||||
<IsPublishable>True</IsPublishable>
|
<IsPublishable>True</IsPublishable>
|
||||||
<AssemblyVersion>1.0.1.2</AssemblyVersion>
|
<AssemblyVersion>1.0.2.0</AssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
|||||||
@@ -329,6 +329,7 @@ public class Program
|
|||||||
if (Functions.GetOperatingSystem() == OperatingSystem.LINUX)
|
if (Functions.GetOperatingSystem() == OperatingSystem.LINUX)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Directory.CreateDirectory(Functions.dataFolder + "Applications");
|
||||||
if (!await Config.Variables.ExistsAsync("UpdaterVersion"))
|
if (!await Config.Variables.ExistsAsync("UpdaterVersion"))
|
||||||
await Config.Variables.AddAsync("UpdaterVersion", "0.0.0.0", false);
|
await Config.Variables.AddAsync("UpdaterVersion", "0.0.0.0", false);
|
||||||
if (await Config.Variables.GetValueAsync("UpdaterVersion") != updaternewversion ||
|
if (await Config.Variables.GetValueAsync("UpdaterVersion") != updaternewversion ||
|
||||||
|
|||||||
Reference in New Issue
Block a user