Fix Windows bundle filename

This commit is contained in:
idk
2022-11-23 07:39:29 -05:00
parent efef0afe50
commit 01e7f33e58

View File

@ -59,7 +59,7 @@ special configuration. You don't even need to close existing Firefox windows.
{%- set name = 'Windows' -%}
{%- set icon = 'images/download/windows.png' -%}
{%- set filename = 'I2P-Profile-Installer-%s-signed.exe' -%}
{%- set filename = 'I2P-Easy-Install-Bundle-%s-signed.exe' -%}
{%- set hash = '862de2f2e05cfc46c2f612656b93dd9c94b6bc7a034912d732dd0ade2ad477f6' -%}
{% call package_outer('windows', name, icon) %}