Skip to content

Commit d44b0ed

Browse files
Added Setup.exe; Several minor fixes.
1 parent c130788 commit d44b0ed

6 files changed

Lines changed: 5 additions & 4 deletions

File tree

CalibreImport/InnoSetup/CalibreImportSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ begin
126126
if PortableMode then
127127
begin
128128
{ Show folder picker for portable mode }
129-
iif BrowseForFolder('Select the folder for portable installation', InstallPath, True) then
129+
if BrowseForFolder('Select the folder for portable installation', InstallPath, True) then
130130
begin
131131
WizardForm.DirEdit.Text := InstallPath;
132132
end;

CalibreImport/Locales.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
public static class Locales
66
{
7+
// ResourceStrings.cs will pick up localization strings from here
78
private static readonly Dictionary<string, Dictionary<string, string>> _localizedStrings = new Dictionary<string, Dictionary<string, string>>
89
{
910
{

CalibreImport/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.0.4.2")]
33-
[assembly: AssemblyFileVersion("1.0.4.2")]
32+
[assembly: AssemblyVersion("1.0.4.3")]
33+
[assembly: AssemblyFileVersion("1.0.4.3")]
0 Bytes
Binary file not shown.
-131 Bytes
Binary file not shown.

CalibreImport/ReleaseFiles/Setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ if ($i -or (-not $u -and -not $re)) {
161161
Restart-Explorer
162162
}
163163
}
164-
}
164+
}

0 commit comments

Comments
 (0)