Skip to content

Commit

Permalink
Fixing classpath delimiter in BAT
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Oct 15, 2014
1 parent 833c9b3 commit 6aace99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/keepass2-to-keepassx.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ if "%_JAVACMD%" == "" set _JAVACMD=java.exe

:endcommon

"%_JAVACMD%" -classpath "..\lib\keepass2-to-keepassx.jar:..\lib\xpp3-1.1.4c.jar" com.mindforger.keepass.Keepass2DatabaseToKeepassXDatabase %1 %2
"%_JAVACMD%" -classpath "..\lib\keepass2-to-keepassx.jar;..\lib\xpp3-1.1.4c.jar" com.mindforger.keepass.Keepass2DatabaseToKeepassXDatabase %1 %2

@REM eof

2 comments on commit 6aace99

@writemorecode
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for this program, really helped me! :D

@dvorka
Copy link
Owner Author

@dvorka dvorka commented on 6aace99 Jan 12, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My pleasure ;)

Please sign in to comment.