mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
4 lines
278 B
Batchfile
4 lines
278 B
Batchfile
@rem This script avoids path dependencies for node for distribution
|
|
@rem with Keyman Developer. When used on platforms other than Windows,
|
|
@rem node can be used directly with the compiler (`npm link` will setup).
|
|
@"%~dp0\node.js\node.exe" "%~dp0\ModelCompiler\dist\kmlmp.js" %*
|