mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
6aaaa274bc
commit
bc0687772b
@ -29,7 +29,7 @@ include(generate_product_version)
|
|||||||
|
|
||||||
set(VERSION_MAJOR 5)
|
set(VERSION_MAJOR 5)
|
||||||
set(VERSION_MINOR 52)
|
set(VERSION_MINOR 52)
|
||||||
set(VERSION_PATCH 2)
|
set(VERSION_PATCH 3)
|
||||||
|
|
||||||
add_library(pch pch.cpp)
|
add_library(pch pch.cpp)
|
||||||
target_precompile_headers(pch PUBLIC pch.h)
|
target_precompile_headers(pch PUBLIC pch.h)
|
||||||
|
@ -272,6 +272,7 @@ def MessageBox(msg, info = 'Message'):
|
|||||||
return 0
|
return 0
|
||||||
os.MessageBox = MessageBox
|
os.MessageBox = MessageBox
|
||||||
sys.stdout=sys.stderr
|
sys.stdout=sys.stderr
|
||||||
|
sys.path.insert(0, './LunaTranslator')
|
||||||
)"
|
)"
|
||||||
#ifndef PYSTAND_CONSOLE
|
#ifndef PYSTAND_CONSOLE
|
||||||
LR"(
|
LR"(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user