Skip to content

Commit ac9a171

Browse files
author
RandomEngy
committed
Installer path tweak, and updating version numbers.
1 parent 70c9838 commit ac9a171

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

Installer/VidCoder.iss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[Setup]
55
AppName=VidCoder
6-
AppVerName=VidCoder 0.2.1
6+
AppVerName=VidCoder 0.3.0
77

88
DefaultDirName={pf}\VidCoder
99
DisableProgramGroupPage=yes
@@ -13,7 +13,7 @@ Compression=lzma
1313
SolidCompression=yes
1414

1515
OutputDir=BuiltInstallers
16-
OutputBaseFilename=VidCoder-0.2.1
16+
OutputBaseFilename=VidCoder-0.3.0
1717

1818
AppId=VidCoder
1919
UsePreviousAppDir=yes
@@ -34,10 +34,10 @@ Name: "en"; MessagesFile: "compiler:Default.isl"
3434
Source: "..\VidCoder\bin\Release\VidCoder.exe"; DestDir: "{app}"
3535
Source: "..\VidCoder\bin\Release\VidCoder.pdb"; DestDir: "{app}"
3636
Source: "..\VidCoder\BuiltInPresets.xml"; DestDir: "{app}"
37-
Source: "..\VidCoder\bin\Release\hb.dll"; DestDir: "{app}"
38-
Source: "..\VidCoder\bin\Release\libgcc_s_sjlj-1.dll"; DestDir: "{app}"
39-
Source: "..\VidCoder\bin\Release\HandBrakeInterop.dll"; DestDir: "{app}"
40-
Source: "..\VidCoder\bin\Release\HandBrakeInterop.pdb"; DestDir: "{app}"
37+
Source: "..\Lib\hb.dll"; DestDir: "{app}"
38+
Source: "..\Lib\libgcc_s_sjlj-1.dll"; DestDir: "{app}"
39+
Source: "..\Lib\HandBrakeInterop.dll"; DestDir: "{app}"
40+
Source: "..\Lib\HandBrakeInterop.pdb"; DestDir: "{app}"
4141
Source: "..\License.txt"; DestDir: "{app}"
4242

4343
[Messages]
@@ -98,3 +98,4 @@ end;
9898
9999
100100
101+

Lib/HandBrakeInterop.dll

0 Bytes
Binary file not shown.

Lib/HandBrakeInterop.pdb

0 Bytes
Binary file not shown.

VidCoder/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.2.1.0")]
55-
[assembly: AssemblyFileVersion("0.2.1.0")]
54+
[assembly: AssemblyVersion("0.3.0.0")]
55+
[assembly: AssemblyFileVersion("0.3.0.0")]

0 commit comments

Comments
 (0)