Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTulach committed Feb 18, 2023
1 parent 7786111 commit 0d34bac
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 58 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -361,3 +361,6 @@ FodyWeavers.xsd

# Custom build folder
build/

# Contains saved cert password in the project files
installer/
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -27,3 +27,6 @@ If you have any idea how to make this app better, please [create a pull request]

#### License
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).

#### Special thanks
Thanks to [AdvancedInstaller](https://www.advancedinstaller.com) for providing a professional license for free for this project.
51 changes: 0 additions & 51 deletions inno_setup.iss

This file was deleted.

2 changes: 1 addition & 1 deletion uploader/uploader/App.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
3 changes: 0 additions & 3 deletions uploader/uploader/Program.cs
Expand Up @@ -8,9 +8,6 @@ namespace uploader
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Expand Down
2 changes: 1 addition & 1 deletion uploader/uploader/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion uploader/uploader/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion uploader/uploader/uploader.csproj
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>uploader</RootNamespace>
<AssemblyName>uploader</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
Expand Down Expand Up @@ -37,6 +37,7 @@
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup />
<ItemGroup>
<Reference Include="DarkUI, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down

0 comments on commit 0d34bac

Please sign in to comment.