Skip to content

Commit 0d34bac

Browse files
committed
next
1 parent 7786111 commit 0d34bac

File tree

8 files changed

+11
-58
lines changed

8 files changed

+11
-58
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,6 @@ FodyWeavers.xsd
361361

362362
# Custom build folder
363363
build/
364+
365+
# Contains saved cert password in the project files
366+
installer/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ If you have any idea how to make this app better, please [create a pull request]
2727

2828
#### License
2929
This project is licensed under GPLv3 and it's libraries under their license. Please check both [LICENSE.txt](LICENSE.txt) and [LICENSE_3rd.txt](LICENSE_3rd.txt).
30+
31+
#### Special thanks
32+
Thanks to [AdvancedInstaller](https://www.advancedinstaller.com) for providing a professional license for free for this project.

inno_setup.iss

Lines changed: 0 additions & 51 deletions
This file was deleted.

uploader/uploader/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
55
</startup>
66
</configuration>

uploader/uploader/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ namespace uploader
88
{
99
static class Program
1010
{
11-
/// <summary>
12-
/// The main entry point for the application.
13-
/// </summary>
1411
[STAThread]
1512
static void Main()
1613
{

uploader/uploader/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uploader/uploader/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uploader/uploader/uploader.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>WinExe</OutputType>
99
<RootNamespace>uploader</RootNamespace>
1010
<AssemblyName>uploader</AssemblyName>
11-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>
@@ -37,6 +37,7 @@
3737
<ApplicationIcon>icon.ico</ApplicationIcon>
3838
</PropertyGroup>
3939
<PropertyGroup />
40+
<PropertyGroup />
4041
<ItemGroup>
4142
<Reference Include="DarkUI, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
4243
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)