Skip to content

Commit 4ccbb96

Browse files
committed
chore(makefile): allow any name for $(WIN_RUNTIME) dir
1 parent 2046fa8 commit 4ccbb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dist-linux: launcher-linux dist-prepare-generic
6969
dist-win: launcher-win dist-prepare-generic
7070
pushd target
7171
cp -r dist-base kamite
72-
cp -r "$(WIN_RUNTIME)" kamite
72+
cp -r "$(WIN_RUNTIME)" kamite/runtime
7373
pushd kamite/runtime/bin
7474
rm java.exe javaw.exe jrunscript.exe keytool.exe rmiregistry.exe kinit.exe klist.exe ktab.exe
7575
popd

0 commit comments

Comments
 (0)