Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Update references in installer.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Oct 17, 2018
1 parent 72c0171 commit d584412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pack/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ Compression=lzma
DefaultDirName={pf32}\Search Deflector
DefaultGroupName=Search Deflector
DisableWelcomePage=no
InfoBeforeFile=installer\message.txt
InfoBeforeFile=pack\message.txt
LicenseFile=build\vars\license.txt
MinVersion=10.0
OutputBaseFilename=SearchDeflector-Installer
SetupIconFile=icons\icon.ico
SetupIconFile=assets\logo.ico
Uninstallable=yes
UninstallDisplayName=Search Deflector
UninstallDisplayIcon={app}\setup.exe
VersionInfoVersion={#AppVersion}
VersionInfoDescription=Search Deflector {#AppVersion} Installer
WizardSmallImageFile=icons\icon.bmp
WizardSmallImageFile=assets\logo.bmp
OutputDir=build\dist
SourceDir=..

Expand Down Expand Up @@ -76,7 +76,7 @@ Source: "build\bin\libcurl.dll"; \
Source: "build\bin\updater.exe"; \
DestDir: "{app}"; \
Components: updater
Source: "installer\updatetask.xml"; \
Source: "pack\updatetask.xml"; \
DestDir: "{tmp}"; \
Components: updater

Expand Down

0 comments on commit d584412

Please sign in to comment.