From a268052067c209a604af42a3b0b06aabf9212d63 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 21 Jun 2018 21:13:32 -0700 Subject: [PATCH] Update Installer. --- Installers/ShokoDesktop.iss | 6 +++--- Shoko.Desktop/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Installers/ShokoDesktop.iss b/Installers/ShokoDesktop.iss index f0a24721..67769326 100644 --- a/Installers/ShokoDesktop.iss +++ b/Installers/ShokoDesktop.iss @@ -10,7 +10,7 @@ AppId={{EFA49A76-085F-4E64-AEC4-6ACA707A5D91} AppName=Shoko Desktop -AppVersion=3.8.3.0 +AppVersion=3.9.0.0 AppVerName=Shoko Desktop AppPublisher=Shoko Team AppPublisherURL=https://ShokoAnime.com/ @@ -31,7 +31,6 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1 [Files] -Source: "..\Shoko.Desktop\bin\Release\System.Security.Cryptography.Primitives.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\Shoko.Desktop\bin\Release\System.Security.Cryptography.X509Certificates.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\Shoko.Desktop\bin\Release\System.Spatial.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\Shoko.Desktop\bin\Release\System.Spatial.xml"; DestDir: "{app}"; Flags: ignoreversion @@ -107,6 +106,7 @@ Source: "..\Shoko.Desktop\bin\Release\System.Net.Http.dll"; DestDir: "{app}"; Fl Source: "..\Shoko.Desktop\bin\Release\System.Runtime.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\Shoko.Desktop\bin\Release\System.Security.Cryptography.Algorithms.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\Shoko.Desktop\bin\Release\System.Security.Cryptography.Encoding.dll"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\Shoko.Desktop\bin\Release\System.Security.Cryptography.Primitives.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "..\Shoko.Desktop\bin\Release\de\*"; DestDir: "{app}\de"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "..\Shoko.Desktop\bin\Release\en-gb\*"; DestDir: "{app}\en-gb"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "..\Shoko.Desktop\bin\Release\es\*"; DestDir: "{app}\es"; Flags: ignoreversion recursesubdirs createallsubdirs @@ -131,7 +131,7 @@ Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Shoko Desktop"; Fi [Run] Filename: "{app}\FixPermissions.bat"; Filename: "{app}\ShokoDesktop.exe"; Flags: nowait postinstall skipifsilent shellexec; Description: "{cm:LaunchProgram,Shoko Desktop}" -Filename: "https://shokoanime.com/shoko-version-3-8-3-released/"; Flags: shellexec runasoriginaluser postinstall; Description: "View 3.8.3 Release Notes" +Filename: "https://shokoanime.com/shoko-version-3-9-0-released/"; Flags: shellexec runasoriginaluser postinstall; Description: "View 3.8.3 Release Notes" [Dirs] Name: "{app}"; Permissions: users-full diff --git a/Shoko.Desktop/Properties/AssemblyInfo.cs b/Shoko.Desktop/Properties/AssemblyInfo.cs index 4fe0862b..b9602bca 100644 --- a/Shoko.Desktop/Properties/AssemblyInfo.cs +++ b/Shoko.Desktop/Properties/AssemblyInfo.cs @@ -50,7 +50,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.8.3.0")] -[assembly: AssemblyFileVersion("3.8.3.0")] +[assembly: AssemblyVersion("3.9.0.0")] +[assembly: AssemblyFileVersion("3.9.0.0")] [assembly: AllowPartiallyTrustedCallers] [assembly: SecurityRules(SecurityRuleSet.Level1)]