Skip to content

Commit

Permalink
Add JRuby version to Program Group Name
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Oct 25, 2009
1 parent 44fe183 commit 2a5d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/jruby.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.CreateProgramGroupAction">
<void property="programGroupName">
<string>${compiler:sys.fullName}</string>
<string>${compiler:sys.fullName} ${compiler:sys.version}</string>
</void>
</object>
</java>
Expand Down

0 comments on commit 2a5d784

Please sign in to comment.