Skip to content

Commit 60bd8cb

Browse files
committed
U generate iss file including bom
1 parent d1e54a7 commit 60bd8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/packagers/GenerateSetup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected File doApply(WindowsPackager packager) throws Exception {
5656

5757
// generates iss file from velocity template
5858
File issFile = new File(assetsFolder, name + ".iss");
59-
VelocityUtils.render("windows/iss.vtl", issFile, packager);
59+
VelocityUtils.render("windows/iss.vtl", issFile, packager, true);
6060

6161
// generates windows installer with inno setup command line compiler
6262
CommandUtils.execute("iscc", "/O" + outputDirectory.getAbsolutePath(), "/F" + name + "_" + version, issFile);

0 commit comments

Comments
 (0)