Skip to content

Commit

Permalink
Merge pull request #554 from g-maxime/qctools-1.4
Browse files Browse the repository at this point in the history
Fixed QCTools binaries for Windows
  • Loading branch information
JeromeMartinez authored Jan 13, 2025
2 parents 4dd6ee9 + 6a178f7 commit f7d85cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/QCToolsBundle/Lib/DownloadInfo/QCToolsDownloadInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function detectOS()
public function parse()
{
$this->downloadInfo = $this->detectOS();
$this->downloadInfo['version'] = '1.4';
$this->downloadInfo['date'] = '2024-12-30';
$this->downloadInfo['version'] = '1.4.1';
$this->downloadInfo['date'] = '2025-01-13';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<th rowspan="4">Vista, 7, 8, 10, 11</th>
<th rowspan="2">64 bit</th>
<th><abbr title="Graphical User Interface">GUI</abbr></th>
<td><a href="//mediaarea.net/download/binary/qctools/1.4/QCTools_1.4_Windows.exe">v1.4 (64 bit)</a> <small>(<a href="//mediaarea.net/download/binary/qctools/1.4/QCTools_1.4_Windows_x64_WithoutInstaller.zip">64 bit only without installer</a>)</small></td>
<td><a href="//mediaarea.net/download/binary/qctools/1.4.1/QCTools_1.4.1_Windows.exe">v1.4.1 (64 bit)</a> <small>(<a href="//mediaarea.net/download/binary/qctools/1.4.1/QCTools_1.4.1_Windows_x64_WithoutInstaller.zip">64 bit only without installer</a>)</small></td>
<td></td>
</tr>
<tr>
<th><abbr title="Command Line Interface">CLI</abbr></th>
<td><a href="//mediaarea.net/download/binary/qcli/1.4/QCli_1.4_Windows_x64.zip">v1.4</a></td>
<td><a href="//mediaarea.net/download/binary/qcli/1.4.1/QCli_1.4.1_Windows_x64.zip">v1.4.1</a></td>
<td></td>
</tr>
<tr class="old-files">
Expand Down

0 comments on commit f7d85cf

Please sign in to comment.