mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 17:04:12 +08:00
final touches
This commit is contained in:
parent
af2708217c
commit
8e615704ca
@ -22,7 +22,7 @@ set(BUILD_DATE ${BUILD_DATE})
|
|||||||
set(CPACK_GENERATOR "ZIP")
|
set(CPACK_GENERATOR "ZIP")
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR 1)
|
set(CPACK_PACKAGE_VERSION_MAJOR 1)
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR 0)
|
set(CPACK_PACKAGE_VERSION_MINOR 0)
|
||||||
set(CPACK_PACKAGE_VERSION_PATCH 1)
|
set(CPACK_PACKAGE_VERSION_PATCH 2)
|
||||||
set(CPACK_SOURCE_GENERATOR "ZIP")
|
set(CPACK_SOURCE_GENERATOR "ZIP")
|
||||||
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\\\.svn/;/\\\\.bzr/;/\\\\.hg/;/\\\\.git/;\\\\.swp$;\\\\.#;/#" ".*\\\\.user$" "\\\\.gitignore$" "\\\\.gitmodules$" "\\\\.git$")
|
set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\\\.svn/;/\\\\.bzr/;/\\\\.hg/;/\\\\.git/;\\\\.swp$;\\\\.#;/#" ".*\\\\.user$" "\\\\.gitignore$" "\\\\.gitmodules$" "\\\\.git$")
|
||||||
include(CPack)
|
include(CPack)
|
||||||
|
@ -16053,7 +16053,7 @@ bool InsertAIRNovelHook()
|
|||||||
hp.offset = pusha_edx_off - 4;
|
hp.offset = pusha_edx_off - 4;
|
||||||
hp.filter_fun = [](void* str, DWORD* len, HookParam* hp, BYTE index)
|
hp.filter_fun = [](void* str, DWORD* len, HookParam* hp, BYTE index)
|
||||||
{
|
{
|
||||||
return *len > 4 &&
|
return *len < 4 &&
|
||||||
*(char*)str != '[' &&
|
*(char*)str != '[' &&
|
||||||
*(char*)str != ';' &&
|
*(char*)str != ';' &&
|
||||||
*(char*)str != '&' &&
|
*(char*)str != '&' &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user