Skip to content

Commit

Permalink
Autostart by default (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf authored and Berenz committed Jul 4, 2019
1 parent 05ea4c9 commit f8af3b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@

<copy file="${windows.cleanup.in}" tofile="${windows.cleanup.out}" />

<copy file="${windows.cleanup.in}" tofile="${windows.cleanup.out}" />

<exec executable="${nsisbin}" failonerror="true" >
<arg value="${windows.launcher.out}"/>
</exec>
Expand Down

0 comments on commit f8af3b1

Please sign in to comment.