diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-05 04:05:43 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:46:23 -0400 |
commit | ab32f305929c4da515616e61890f0d638b06fb33 (patch) | |
tree | 7d4ed25cc2c4f56b7d357a7aa56e3bf2aafdbda1 /branding/templates/windows | |
parent | d5f06cc47dcdfa4b61219ffbf280157a312e0efa (diff) |
[pkg] cleanup icons
Diffstat (limited to 'branding/templates/windows')
-rwxr-xr-x | branding/templates/windows/template.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/windows/template.nsi b/branding/templates/windows/template.nsi index 00118e1..3f049f9 100755 --- a/branding/templates/windows/template.nsi +++ b/branding/templates/windows/template.nsi @@ -30,7 +30,7 @@ RequestExecutionLevel admin -!define BITMAP_FILE riseupvpn.bmp +!define BITMAP_FILE icon.bmp !define MUI_ICON "..\assets\$applicationNameLower.ico" !define MUI_UNICON "..\assets\$applicationNameLower.ico" |