Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
glebi-r6 committed Sep 26, 2022
1 parent c65c168 commit 99e5e8e
Show file tree
Hide file tree
Showing 34 changed files with 115 additions and 97 deletions.
34 changes: 15 additions & 19 deletions Updater/Program.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.IO;
using System.Net;
Expand All @@ -14,7 +10,7 @@ class Program
{
static void Main(string[] args)
{
string fileDownload = "https://github.com/davld122/glebi-Update-exe/releases/download/2.1.2/2.1.2-Setup.exe";
string fileDownload = "https://github.com/davld122/glebi-Update-exe/releases/download/2.1.3/2.1.3-Setup.exe";

string updatePath, updateFileName, processID;

Expand Down Expand Up @@ -51,7 +47,7 @@ static void Main(string[] args)
try
{
{
wc.DownloadFile(fileDownload, updatePath + "\\2.1.2-Setup.exe");
wc.DownloadFile(fileDownload, updatePath + "\\2.1.3-Setup.exe");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("Updating...");
Expand All @@ -78,26 +74,26 @@ static void Main(string[] args)
Console.WriteLine("Installer Will Be Started");
Thread.Sleep(2000);

Process.Start(@"C:\Program Files\Glebi-tool\2.1.2-Setup.exe");
Process.Start("2.1.3-Setup.exe");

}
catch
{

Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("No Update Found");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("You are on the latest version (2.1.1)");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("Press Any Key To Close..");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("No Update Found");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("You are on the latest version (2.1.2)");
Console.WriteLine("");
Console.WriteLine("");
Console.WriteLine("Press Any Key To Close..");

Console.ReadKey();
Console.ReadKey();

Process.Start(@"C:\Program Files\Glebi-tool\glebi-tool 2.1.1.exe");
Process.Start("glebi-tool 2.1.2.exe");
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions Updater/Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
<ApplicationIcon>glebi tool icon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FontAwesome.Sharp" Version="5.15.4" />
</ItemGroup>

</Project>
23 changes: 23 additions & 0 deletions Updater/bin/Release/net5.0/Updater.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Updater/1.0.0": {
"runtime": {
"Updater.dll": {}
}
}
}
},
"libraries": {
"Updater/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
Binary file added Updater/bin/Release/net5.0/Updater.dll
Binary file not shown.
Binary file added Updater/bin/Release/net5.0/Updater.exe
Binary file not shown.
Binary file added Updater/bin/Release/net5.0/Updater.pdb
Binary file not shown.
9 changes: 9 additions & 0 deletions Updater/bin/Release/net5.0/Updater.runtimeconfig.dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Anwender\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Anwender\\.nuget\\packages",
"E:\\Programiern\\Visual studio\\Tools und SDKs\\NuGetPackages"
]
}
}
9 changes: 9 additions & 0 deletions Updater/bin/Release/net5.0/Updater.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}
Binary file added Updater/bin/Release/net5.0/ref/Updater.dll
Binary file not shown.
18 changes: 0 additions & 18 deletions Updater/bin/Release/netcoreapp3.1/Updater.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,9 @@
"targets": {
".NETCoreApp,Version=v3.1": {
"Updater/1.0.0": {
"dependencies": {
"FontAwesome.Sharp": "5.15.4"
},
"runtime": {
"Updater.dll": {}
}
},
"FontAwesome.Sharp/5.15.4": {
"runtime": {
"lib/netcoreapp3.1/FontAwesome.Sharp.dll": {
"assemblyVersion": "5.15.4.0",
"fileVersion": "5.15.4.0"
}
}
}
}
},
Expand All @@ -29,13 +18,6 @@
"type": "project",
"serviceable": false,
"sha512": ""
},
"FontAwesome.Sharp/5.15.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IqJe1IQas6tSVXMNHTWA/NJeP7azyxDTk6DCB+NMXOOED2F07IYI9nvfB1HP83r4yh5cntZoTdwSpIraA5XoXw==",
"path": "fontawesome.sharp/5.15.4",
"hashPath": "fontawesome.sharp.5.15.4.nupkg.sha512"
}
}
}
Binary file modified Updater/bin/Release/netcoreapp3.1/Updater.dll
Binary file not shown.
Binary file modified Updater/bin/Release/netcoreapp3.1/Updater.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"name": "Microsoft.NETCore.App",
"version": "3.1.0"
}
}
Expand Down
23 changes: 23 additions & 0 deletions Updater/obj/Release/net5.0/Updater.AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("Updater")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Updater")]
[assembly: System.Reflection.AssemblyTitleAttribute("Updater")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Von der MSBuild WriteCodeFragment-Klasse generiert.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5a4a7a12274253ac8aee177e7bba2c7188db45f8
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.PublishSingleFile =
build_property.IncludeAllContentForSelfExtract =
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
build_property.RootNamespace = Updater
build_property.ProjectDir = E:\Programiern\vs projekte\Glebi tool\Updater\
Binary file added Updater/obj/Release/net5.0/Updater.assets.cache
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4f25748c4bd0e2ad579d79c3217c6a6a6ea1d7f6
16 changes: 16 additions & 0 deletions Updater/obj/Release/net5.0/Updater.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\Updater.exe
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\Updater.deps.json
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\Updater.runtimeconfig.json
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\Updater.runtimeconfig.dev.json
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\Updater.dll
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\ref\Updater.dll
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\net5.0\Updater.pdb
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.csproj.AssemblyReference.cache
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.GeneratedMSBuildEditorConfig.editorconfig
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.AssemblyInfoInputs.cache
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.AssemblyInfo.cs
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.csproj.CoreCompileInputs.cache
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.dll
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\ref\Updater.dll
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.pdb
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\net5.0\Updater.genruntimeconfig.cache
Binary file added Updater/obj/Release/net5.0/Updater.dll
Binary file not shown.
1 change: 1 addition & 0 deletions Updater/obj/Release/net5.0/Updater.genruntimeconfig.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59e0c7429198566301ebc785801f69141ab1a3a0
Binary file added Updater/obj/Release/net5.0/Updater.pdb
Binary file not shown.
Binary file added Updater/obj/Release/net5.0/apphost.exe
Binary file not shown.
Binary file added Updater/obj/Release/net5.0/ref/Updater.dll
Binary file not shown.
Binary file modified Updater/obj/Release/netcoreapp3.1/Updater.assets.cache
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57a9efc473f566387ca7aaa6f886a68e79c8d5f1
cdf73f307803758bed4da3625a19b0fbe5b60696
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\netcoreapp3.1\Updater.
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\netcoreapp3.1\Updater.runtimeconfig.dev.json
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\netcoreapp3.1\Updater.dll
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\netcoreapp3.1\Updater.pdb
E:\Programiern\vs projekte\Glebi tool\Updater\bin\Release\netcoreapp3.1\FontAwesome.Sharp.dll
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.csproj.AssemblyReference.cache
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.GeneratedMSBuildEditorConfig.editorconfig
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.AssemblyInfoInputs.cache
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.AssemblyInfo.cs
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.csproj.CoreCompileInputs.cache
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.csproj.CopyComplete
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.dll
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.pdb
E:\Programiern\vs projekte\Glebi tool\Updater\obj\Release\netcoreapp3.1\Updater.genruntimeconfig.cache
Binary file modified Updater/obj/Release/netcoreapp3.1/Updater.dll
Binary file not shown.
Binary file modified Updater/obj/Release/netcoreapp3.1/Updater.pdb
Binary file not shown.
6 changes: 0 additions & 6 deletions Updater/obj/Updater.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"FontAwesome.Sharp": {
"target": "Package",
"version": "[5.15.4, )"
}
},
"imports": [
"net461",
"net462",
Expand Down
45 changes: 3 additions & 42 deletions Updater/obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,11 @@
{
"version": 3,
"targets": {
".NETCoreApp,Version=v3.1": {
"FontAwesome.Sharp/5.15.4": {
"type": "package",
"compile": {
"lib/netcoreapp3.1/FontAwesome.Sharp.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/FontAwesome.Sharp.dll": {}
},
"frameworkReferences": [
"Microsoft.WindowsDesktop.App"
]
}
}
},
"libraries": {
"FontAwesome.Sharp/5.15.4": {
"sha512": "IqJe1IQas6tSVXMNHTWA/NJeP7azyxDTk6DCB+NMXOOED2F07IYI9nvfB1HP83r4yh5cntZoTdwSpIraA5XoXw==",
"type": "package",
"path": "fontawesome.sharp/5.15.4",
"files": [
".nupkg.metadata",
".signature.p7s",
"fontawesome.sharp.5.15.4.nupkg.sha512",
"fontawesome.sharp.nuspec",
"lib/net40/FontAwesome.Sharp.dll",
"lib/net45/FontAwesome.Sharp.dll",
"lib/net472/FontAwesome.Sharp.dll",
"lib/net48/FontAwesome.Sharp.dll",
"lib/net5.0-windows7.0/FontAwesome.Sharp.dll",
"lib/netcoreapp3.1/FontAwesome.Sharp.dll"
]
}
".NETCoreApp,Version=v3.1": {}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": [
"FontAwesome.Sharp >= 5.15.4"
]
".NETCoreApp,Version=v3.1": []
},
"packageFolders": {
"C:\\Users\\Anwender\\.nuget\\packages\\": {},
Expand Down Expand Up @@ -83,12 +50,6 @@
"frameworks": {
"netcoreapp3.1": {
"targetAlias": "netcoreapp3.1",
"dependencies": {
"FontAwesome.Sharp": {
"target": "Package",
"version": "[5.15.4, )"
}
},
"imports": [
"net461",
"net462",
Expand Down
6 changes: 2 additions & 4 deletions Updater/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"version": 2,
"dgSpecHash": "RuP2PF4D+9mtx86F9naQCZMnF3eJVUMdQj3tIJL8xDsbjaas9xocdfahYaSZRF0XBL4VWxMU+aU5cyWmjRM26g==",
"dgSpecHash": "mfITUwotacKUTiYNWQbdMI1amMtLESXltmVhGgXL6r7UyNl6k3Fc+lyi3zgaRMTG29udyXKzmjix12olwY2Msg==",
"success": true,
"projectFilePath": "E:\\Programiern\\vs projekte\\Glebi tool\\Updater\\Updater.csproj",
"expectedPackageFiles": [
"C:\\Users\\Anwender\\.nuget\\packages\\fontawesome.sharp\\5.15.4\\fontawesome.sharp.5.15.4.nupkg.sha512"
],
"expectedPackageFiles": [],
"logs": []
}

0 comments on commit 99e5e8e

Please sign in to comment.