Skip to content

Commit 51a6102

Browse files
committed
Update wrapper.jar path in build.xml to use win-all version
1 parent 2d7d809 commit 51a6102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@
15061506
The windows-only installer will get the correct jar.
15071507
<copy file="installer/lib/wrapper/build/wrapper.jar" todir="pkg-temp/lib" />
15081508
-->
1509-
<copy overwrite="true" file="installer/lib/wrapper/win-build/wrapper.jar" todir="pkg-temp/lib" />
1509+
<copy overwrite="true" file="installer/lib/wrapper/win-all/wrapper.jar" todir="pkg-temp/lib" />
15101510
</target>
15111511

15121512
<!-- see targets below for conditional copying -->

0 commit comments

Comments
 (0)