Skip to content

Commit

Permalink
fixed addToDock functionality during the install process for OSX - cl…
Browse files Browse the repository at this point in the history
…oses #822
  • Loading branch information
chochreiner committed Feb 18, 2016
1 parent 39adb3f commit 4f6500e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jabref.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,13 @@
<action name="" id="86" customizedId="" beanClass="com.install4j.runtime.beans.actions.desktop.AddToDockAction" enabled="true" commentSet="false" comment="" actionElevationType="none" rollbackBarrier="false" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.AddToDockAction" />
<object class="com.install4j.runtime.beans.actions.desktop.AddToDockAction">
<void property="executable">
<object class="java.io.File">
<string>JabRef</string>
</object>
</void>
</object>
</java>
</serializedBean>
<condition>context.getBooleanVariable("addToDockAction")</condition>
Expand Down

0 comments on commit 4f6500e

Please sign in to comment.