We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2500dad commit d5ba941Copy full SHA for d5ba941
src/main/java/io/github/fvarrui/javapackager/packagers/Context.java
@@ -14,8 +14,8 @@ public Context() {
14
macInstallerGenerators.add(new GenerateDmg());
15
macInstallerGenerators.add(new GeneratePkg());
16
windowsInstallerGenerators.add(new GenerateSetup());
17
- windowsInstallerGenerators.add(new GenerateMsi());
18
windowsInstallerGenerators.add(new GenerateMsm());
+ windowsInstallerGenerators.add(new GenerateMsi());
19
}
20
21
// common properties
0 commit comments