icon fixes

master
Lee Salzman 2012-04-19 03:36:23 +03:00
parent ef5b43c81a
commit 53ee8237df
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
start bin\tesseract.exe "-q$HOME\My Games\Tesseract" -ksauerbraten\packages -ktesseract -glog.txt %*
start bin\tesseract.exe "-q$HOME\My Games\Tesseract" -ktesseract -ksauerbraten\packages -glog.txt %*

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -9,7 +9,7 @@ TESS_BIN=${TESS_DATA}/bin_unix
# TESS_OPTIONS contains any command line options you would like to start Tesseract with.
#TESS_OPTIONS="-f"
TESS_OPTIONS="-q${HOME}/.tesseract -ksauerbraten/packages -ktesseract"
TESS_OPTIONS="-q${HOME}/.tesseract -ktesseract -ksauerbraten/packages"
# SYSTEM_NAME should be set to the name of your operating system.
#SYSTEM_NAME=Linux