File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44[Setup]
55AppName = VidCoder
6- AppVerName = VidCoder 0.2 . 1
6+ AppVerName = VidCoder 0.3 . 0
77
88DefaultDirName = {pf} \VidCoder
99DisableProgramGroupPage = yes
@@ -13,7 +13,7 @@ Compression=lzma
1313SolidCompression = yes
1414
1515OutputDir = BuiltInstallers
16- OutputBaseFilename = VidCoder-0.2 . 1
16+ OutputBaseFilename = VidCoder-0.3 . 0
1717
1818AppId = VidCoder
1919UsePreviousAppDir = yes
@@ -34,10 +34,10 @@ Name: "en"; MessagesFile: "compiler:Default.isl"
3434Source : " ..\VidCoder\bin\Release\VidCoder.exe" ; DestDir : " {app} "
3535Source : " ..\VidCoder\bin\Release\VidCoder.pdb" ; DestDir : " {app} "
3636Source : " ..\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} "
4141Source : " ..\License.txt" ; DestDir : " {app} "
4242
4343[Messages]
9898
9999
100100
101+
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments