Browse Source

Updated installer

flabbet 8 months ago
parent
commit
a7ce74b712

+ 2 - 3
src/Installer/installer-setup-x64-light.iss

@@ -10,7 +10,7 @@
 
 // custom setup info
 #define MyAppName "PixiEditor"
-#define MyAppVersion GetFileVersion("..\..\Builds\PixiEditor-x64-light\PixiEditor\PixiEditor.exe")     ;Not perfect solution, it's enviroment dependend
+#define MyAppVersion GetFileVersion("..\..\Builds\PixiEditor-x64-light\PixiEditor\PixiEditor.dll")     ;Not perfect solution, it's enviroment dependend
 #define MyAppPublisher "PixiEditor"
 #define MyAppURL "https://github.com/PixiEditor/PixiEditor"
 #define MyAppExeName "PixiEditor.exe"
@@ -41,7 +41,7 @@ SolidCompression=yes
 WizardStyle=modern
 ChangesAssociations = yes
 
-MinVersion=6.0
+MinVersion=6.1
 PrivilegesRequired=admin
 ArchitecturesInstallIn64BitMode=x64
 
@@ -364,7 +364,6 @@ Name: de; MessagesFile: "compiler:Languages\German.isl"
 #ifdef UseNetCoreCheck
 // download netcorecheck.exe: https://go.microsoft.com/fwlink/?linkid=2135256
 // download netcorecheck_x64.exe: https://go.microsoft.com/fwlink/?linkid=2135504
-Source: "netcorecheck.exe"; Flags: dontcopy noencryption
 Source: "netcorecheck_x64.exe"; Flags: dontcopy noencryption
 #endif
 

+ 1 - 0
src/PixiEditor.Desktop/PixiEditor.Desktop.csproj

@@ -10,6 +10,7 @@
     <RootNamespace>PixiEditor.Desktop</RootNamespace>
     <ApplicationIcon>..\PixiEditor\Images\favicon.ico</ApplicationIcon>
   </PropertyGroup>
+  
 
   <PropertyGroup>
     <ApplicationManifest>app.manifest</ApplicationManifest>

+ 0 - 1
src/PixiEditor/Properties/AssemblyInfo.cs

@@ -1,6 +1,5 @@
 using System.Reflection;
 using System.Runtime.InteropServices;
-using System.Windows;
 
 // General Information about an assembly is controlled through the following
 // set of attributes. Change these attribute values to modify the information

BIN
src/icon.ico