Skip to content

Commit

Permalink
chore: Add update checker to Windows program group entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Aug 12, 2024
1 parent 1d785f3 commit 1ce8216
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spc.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,21 @@ if they so desire. By default $USERHOME/ServerPackCreator will be used for them.
</property>
</object>
</add>
<add>
<object class="com.install4j.runtime.beans.screens.components.ProgramGroupFileConfig">
<property name="iconFile">
<object class="com.install4j.api.beans.ExternalFile">
<string>./img/load.ico</string>
</object>
</property>
<property name="name" type="string">Check For Update</property>
<property name="target">
<object class="java.io.File">
<string>updater</string>
</object>
</property>
</object>
</add>
</property>
<property name="programGroupName" type="string">ServerPackCreator</property>
<property name="uninstallerMenuName" type="string">${i18n:UninstallerMenuEntry(${compiler:sys.fullName})}</property>
Expand Down

0 comments on commit 1ce8216

Please sign in to comment.