Private GIT

Skip to content
Snippets Groups Projects
Commit 868fb8fa authored by unknown's avatar unknown
Browse files

Fixed version in Inno script

parent 2d06ab8d
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Jackett" #define MyAppName "Jackett"
#define MyAppVersion "0.5" #define MyAppVersion GetFileVersion("build.windows/Jackett.dll")
#define MyAppPublisher "Jackett Inc." #define MyAppPublisher "Jackett Inc."
#define MyAppURL "https://github.com/zone117x/Jackett" #define MyAppURL "https://github.com/zone117x/Jackett"
#define MyAppExeName "JackettTray.exe" #define MyAppExeName "JackettTray.exe"
......
...@@ -33,4 +33,4 @@ using System.Runtime.InteropServices; ...@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.0.0")] [assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("0.6.0.0")]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment