Skip to content

Commit

Permalink
Add settings status symbols to installers
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni committed Jul 6, 2020
1 parent 4d838b2 commit ffeb034
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions urbackup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ Section "install"
File "data\backup-no-server.ico"
File "data\backup-indexing.ico"
File "data\backup-no-recent.ico"
File "data\fa-copy.png"
File "data\fa-home.png"
File "data\fa-lock.png"
File "data\fa-road.png"
File "data\logo1.png"
File "data\backup-progress-pause.ico"
File "data\urbackup_ecdsa409k1.pub"
Expand Down
16 changes: 16 additions & 0 deletions urbackup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@
</Component>
<Component Id="cmpA506A755F6439AB0DED04F16F9519F39" Guid="{239C66AB-7164-4BEF-BA3D-9037BCEA3006}" Win64="$(var.isx64)">
<File Id="fil52333B0481A4FDF2FF93D4E4B10DA693" KeyPath="yes" Source="$(var.shared_data_dir)\backup-no-recent.ico" />
</Component>
<Component Id="cmpA506A755F6439AB0DED04F16F9519F40" Guid="{239C66AB-7164-4BEF-BA3D-9037BCEA3007}" Win64="$(var.isx64)">
<File Id="fil52333B0481A4FDF2FF93D4E4B10DA694" KeyPath="yes" Source="$(var.shared_data_dir)\fa-copy.png" />
</Component>
<Component Id="cmpA506A755F6439AB0DED04F16F9519F41" Guid="{239C66AB-7164-4BEF-BA3D-9037BCEA3008}" Win64="$(var.isx64)">
<File Id="fil52333B0481A4FDF2FF93D4E4B10DA695" KeyPath="yes" Source="$(var.shared_data_dir)\fa-home.png" />
</Component>
<Component Id="cmpA506A755F6439AB0DED04F16F9519F42" Guid="{239C66AB-7164-4BEF-BA3D-9037BCEA3009}" Win64="$(var.isx64)">
<File Id="fil52333B0481A4FDF2FF93D4E4B10DA696" KeyPath="yes" Source="$(var.shared_data_dir)\fa-lock.png" />
</Component>
<Component Id="cmpA506A755F6439AB0DED04F16F9519F43" Guid="{239C66AB-7164-4BEF-BA3D-9037BCEA3010}" Win64="$(var.isx64)">
<File Id="fil52333B0481A4FDF2FF93D4E4B10DA697" KeyPath="yes" Source="$(var.shared_data_dir)\fa-road.png" />
</Component>
<Component Id="cmp6F67E569C00875CB92A3B5C5C8CE8852" Guid="{A8C77B9A-482B-4282-939A-E454AA8B94F3}" Win64="$(var.isx64)">
<File Id="fil8F2E72C5A068C923F426772A12CB28F5" KeyPath="yes" Source="$(var.shared_data_dir)\curr_version.txt" />
Expand Down Expand Up @@ -270,6 +282,10 @@
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F37" />
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F38" />
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F39" />
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F40" />
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F41" />
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F42" />
<ComponentRef Id="cmpA506A755F6439AB0DED04F16F9519F43" />
<ComponentRef Id="cmp6F67E569C00875CB92A3B5C5C8CE8852" />
<ComponentRef Id="cmpABF00809AEDF68FD55CB21FD6A79E6F1" />
<ComponentRef Id="cmpA3C8DD197BD7132D070BA95A0D0737A9" />
Expand Down
4 changes: 4 additions & 0 deletions urbackup_update.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ Section "install"
File "data\backup-indexing.ico"
File "data\backup-no-recent.ico"
File "data\logo1.png"
File "data\fa-copy.png"
File "data\fa-home.png"
File "data\fa-lock.png"
File "data\fa-road.png"
File "data\backup-progress-pause.ico"
File "data\urbackup_ecdsa409k1.pub"
File "data\updates_h.dat"
Expand Down

0 comments on commit ffeb034

Please sign in to comment.