From 01e7f33e58eee42e0dd7e7d0e032a864d0d3831f Mon Sep 17 00:00:00 2001
From: idk <hankhill19580@gmail.com>
Date: Wed, 23 Nov 2022 07:39:29 -0500
Subject: [PATCH] Fix Windows bundle filename

---
 i2p2www/pages/downloads/easyinstall.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/pages/downloads/easyinstall.html b/i2p2www/pages/downloads/easyinstall.html
index 3e64c3b0f..506e231f4 100644
--- a/i2p2www/pages/downloads/easyinstall.html
+++ b/i2p2www/pages/downloads/easyinstall.html
@@ -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) %}
-- 
GitLab