From e66718b678965f966c1d55b422009b1d973b272d Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 2 Jun 2018 21:55:04 -0600 Subject: [PATCH] Fix win --- recipes/jmol/bld.bat | 2 +- recipes/jmol/meta.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/jmol/bld.bat b/recipes/jmol/bld.bat index 8bddd41244ad0..54410f9e3eb27 100644 --- a/recipes/jmol/bld.bat +++ b/recipes/jmol/bld.bat @@ -2,5 +2,5 @@ mkdir "%LIBRARY_PREFIX%\share\jmol" unzip jsmol.zip -d "%LIBRARY_PREFIX%\share\jmol" xcopy /y *.jar "%LIBRARY_PREFIX%\share\jmol" echo @echo off > "%LIBRARY_PREFIX%\bin\jmol.bat" -echo java -Xmx512m -jar "%LIBRARY_PREFIX%\share\jmol\Jmol.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 > "%LIBRARY_PREFIX%\bin\jmol.bat" +echo java -Xmx512m -jar "%LIBRARY_PREFIX%\share\jmol\Jmol.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> "%LIBRARY_PREFIX%\bin\jmol.bat" diff --git a/recipes/jmol/meta.yaml b/recipes/jmol/meta.yaml index 34fbce62b7af3..b2797bf37cb63 100644 --- a/recipes/jmol/meta.yaml +++ b/recipes/jmol/meta.yaml @@ -23,7 +23,8 @@ requirements: test: commands: - - jmol -n + - jmol -n # [not win] + - call jmol -n # [win] about: home: http://www.jmol.org