Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanho committed Aug 4, 2022
1 parent e416d74 commit ccbf285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ucar/unidata/idv/release/installer/idv.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
<property name="customIconImageFiles">
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>${compiler:SRCDIR}/src/ucar/unidata/idv/release/installer/installer_128x128.png</string>
<string>${compiler:SRCDIR}/src/ucar/unidata/idv/release/installer/idv_128x128.png</string>
</object>
</add>
<add>
<object class="com.install4j.api.beans.ExternalFile">
<string>${compiler:SRCDIR}/src/ucar/unidata/idv/release/installer/installer_128x128.png</string>
<string>${compiler:SRCDIR}/src/ucar/unidata/idv/release/installer/idv_128x128.png</string>
</object>
</add>
</property>
Expand Down

0 comments on commit ccbf285

Please sign in to comment.