Skip to content

Commit

Permalink
Delete alice3.exe on install
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Abeshouse committed Oct 25, 2021
1 parent 4ed4ba6 commit bb3c7f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion installer/aliceinstallerproject.install4j
Expand Up @@ -798,7 +798,7 @@
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.files.DeleteFileAction">
<void property="files">
<array class="java.io.File" length="3">
<array class="java.io.File" length="4">
<void index="0">
<object class="java.io.File">
<string>lib</string>
Expand All @@ -814,6 +814,11 @@
<string>ext</string>
</object>
</void>
<void index="3">
<object class="java.io.File">
<string>alice3.exe</string>
</object>
</void>
</array>
</void>
<void property="recursive">
Expand Down

0 comments on commit bb3c7f1

Please sign in to comment.