Skip to content

Commit 6615322

Browse files
minor fixes
1 parent d84511a commit 6615322

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.4")]
33-
[assembly: AssemblyFileVersion("1.0.4.4")]
32+
[assembly: AssemblyVersion("1.0.4.5")]
33+
[assembly: AssemblyFileVersion("1.0.4.5")]

CalibreImport/ReleaseFiles/Setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ param (
1515

1616
$scriptPath = $MyInvocation.MyCommand.Path
1717
$scriptDir = Split-Path -Parent $scriptPath
18-
$logFilePath = Join-Path $scriptDir "SetupLog.txt"
18+
$logFilePath = Join-Path $scriptDir "SetupPS.log"
1919
$regasmPath64 = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe"
2020
$regasmPath32 = "C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm.exe"
2121

0 commit comments

Comments
 (0)