Skip to content

Commit

Permalink
Add installer assets for OSS (#79045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio authored and bpasero committed Aug 15, 2019
1 parent df96e40 commit 44a48f7
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/win32/code.iss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Compression=lzma
SolidCompression=yes
AppMutex={code:GetAppMutex}
SetupMutex={#AppMutex}setup
WizardImageFile={#RepoDir}\resources\win32\inno-big.bmp
WizardSmallImageFile={#RepoDir}\resources\win32\inno-small.bmp
WizardImageFile="{#RepoDir}\resources\win32\inno-big-100.bmp,{#RepoDir}\resources\win32\inno-big-125.bmp,{#RepoDir}\resources\win32\inno-big-150.bmp,{#RepoDir}\resources\win32\inno-big-175.bmp,{#RepoDir}\resources\win32\inno-big-200.bmp,{#RepoDir}\resources\win32\inno-big-225.bmp,{#RepoDir}\resources\win32\inno-big-250.bmp"
WizardSmallImageFile="{#RepoDir}\resources\win32\inno-small-100.bmp,{#RepoDir}\resources\win32\inno-small-125.bmp,{#RepoDir}\resources\win32\inno-small-150.bmp,{#RepoDir}\resources\win32\inno-small-175.bmp,{#RepoDir}\resources\win32\inno-small-200.bmp,{#RepoDir}\resources\win32\inno-small-225.bmp,{#RepoDir}\resources\win32\inno-small-250.bmp"
SetupIconFile={#RepoDir}\resources\win32\code.ico
UninstallDisplayIcon={app}\{#ExeBasename}.exe
ChangesEnvironment=true
Expand Down
Binary file added resources/win32/inno-big-100.bmp
Binary file not shown.
Binary file renamed resources/win32/inno-big.bmp → resources/win32/inno-big-125.bmp
100644 → 100755
Binary file not shown.
Binary file added resources/win32/inno-big-150.bmp
Binary file not shown.
Binary file added resources/win32/inno-big-175.bmp
Binary file not shown.
Binary file added resources/win32/inno-big-200.bmp
Binary file not shown.
Binary file added resources/win32/inno-big-225.bmp
Binary file not shown.
Binary file added resources/win32/inno-big-250.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-100.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-125.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-150.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-175.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-200.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-225.bmp
Binary file not shown.
Binary file added resources/win32/inno-small-250.bmp
Binary file not shown.
Binary file removed resources/win32/inno-small.bmp
Binary file not shown.

0 comments on commit 44a48f7

Please sign in to comment.