From c5dda34ef20a463fc04ff61daf3d432b349902af Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 18 May 2022 14:25:34 -0400 Subject: [PATCH] delete wrapper script, won't need it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5284dc..748823d 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ prep: #launchers build/licenses profile.tgz app-profile.tgz profile build/I2P bu cp src/icons/*.ico build install.exe: #build/licenses - cd build && makensis i2pbrowser-installer.nsi && makensis i2pbrowser-installer-wrapper.nsi && cp I2P-Profile-Installer-*.exe ../ && echo "built windows installer" + cd build && makensis i2pbrowser-installer.nsi && cp I2P-Profile-Installer-*.exe ../ && echo "built windows installer" export RES_DIR="../i2p.i2p.jpackage-build/installer/resources" export PKG_DIR="../i2p.i2p.jpackage-build/pkg-temp"