We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$(WIN_RUNTIME)
1 parent 2046fa8 commit 4ccbb96Copy full SHA for 4ccbb96
Makefile
@@ -69,7 +69,7 @@ dist-linux: launcher-linux dist-prepare-generic
69
dist-win: launcher-win dist-prepare-generic
70
pushd target
71
cp -r dist-base kamite
72
- cp -r "$(WIN_RUNTIME)" kamite
+ cp -r "$(WIN_RUNTIME)" kamite/runtime
73
pushd kamite/runtime/bin
74
rm java.exe javaw.exe jrunscript.exe keytool.exe rmiregistry.exe kinit.exe klist.exe ktab.exe
75
popd
0 commit comments