Skip to content

Commit

Permalink
Update explorer-thumbnailer.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 19, 2020
1 parent 7708340 commit ee71a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/explorer-thumbnailer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ An SVG thumbnails generator for the Windows Explorer.
## Dependencies

- Windows 64bit >= Vista
- MSVC => 2015
- Qt => 5.6 built with MSVC
- MSVC >= 2015
- Qt >= 5.6 built with MSVC

## Build

Expand Down
1 change: 1 addition & 0 deletions tools/explorer-thumbnailer/install/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Name: "en"; MessagesFile: "compiler:Default.isl"; LicenseFile: "..\LICENSE.txt"
[Files]
Source: "..\release\vc_redist.x64.exe"; DestDir: "{app}"; AfterInstall: InstallVcredist
Source: "..\release\platforms\qwindows.dll"; DestDir: "{app}\platforms";
Source: "..\release\imageformats\qjpeg.dll"; DestDir: "{app}\imageformats";
Source: "..\release\Qt5Core.dll"; DestDir: "{app}";
Source: "..\release\Qt5Gui.dll"; DestDir: "{app}";
Source: "..\release\Qt5WinExtras.dll"; DestDir: "{app}"
Expand Down

0 comments on commit ee71a4f

Please sign in to comment.