Skip to content

Commit

Permalink
Fix win
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 3, 2018
1 parent b35b2a1 commit e66718b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/jmol/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"

3 changes: 2 additions & 1 deletion recipes/jmol/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ requirements:

test:
commands:
- jmol -n
- jmol -n # [not win]
- call jmol -n # [win]

about:
home: http://www.jmol.org
Expand Down

0 comments on commit e66718b

Please sign in to comment.