Skip to content

Commit

Permalink
Update explorer-thumbnailer install script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 19, 2019
1 parent deac21d commit ec197b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/explorer-thumbnailer/install/installer.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Setup]
AppName="reSVG Explorer Extension"
AppVersion="0.6.0"
VersionInfoVersion="0.0.6.0"
AppVerName="reSVG Explorer Extension 0.6.0"
AppVersion="0.7.0"
VersionInfoVersion="0.0.7.0"
AppVerName="reSVG Explorer Extension 0.7.0"
AppPublisher="Evgeniy Reizner"
AppPublisherURL=https://github.com/RazrFalcon/resvg
DefaultDirName="{pf}\reSVG Explorer Extension"
Expand All @@ -20,7 +20,7 @@ OutputDir=.
Name: "en"; MessagesFile: "compiler:Default.isl"; LicenseFile: "..\LICENSE.txt"

[Files]
Source: "..\release\vcredist_x64.exe"; DestDir: "{app}"; AfterInstall: InstallVcredist
Source: "..\release\vc_redist.x64.exe"; DestDir: "{app}"; AfterInstall: InstallVcredist
Source: "..\release\imageformats\qjpeg.dll"; DestDir: "{app}\imageformats";
Source: "..\release\platforms\qwindows.dll"; DestDir: "{app}\platforms";
Source: "..\release\Qt5Core.dll"; DestDir: "{app}";
Expand All @@ -35,5 +35,5 @@ procedure InstallVcredist;
var
ResultCode: Integer;
begin
Exec(ExpandConstant('{app}\vcredist_x64.exe'), '/install /passive /norestart', '', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode)
Exec(ExpandConstant('{app}\vc_redist.x64.exe'), '/install /passive /norestart', '', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode)
end;
1 change: 1 addition & 0 deletions version-bump.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- CHANGELOG.md
- resvg-qt/Cargo.toml
- src/lib.rs
- tools/explorer-thumbnailer/install/installer.iss
- tools/rendersvg/Cargo.toml
- tools/usvg/Cargo.toml
- usvg/Cargo.toml
Expand Down

0 comments on commit ec197b4

Please sign in to comment.