mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Fixing sheet download issues
This commit is contained in:
parent
de4e5bbad6
commit
f390c3692a
|
|
@ -26,6 +26,7 @@ FIRST_TRANSLATION_COL_INDEX = 10
|
|||
BASE_DIR = Path(__file__).resolve().parent
|
||||
BUILD_DIR = BASE_DIR / "build"
|
||||
GEN_DIR = BASE_DIR.parent.parent / "build" / "generated"
|
||||
BUILD_DIR.mkdir(parents=True, exist_ok=True)
|
||||
GEN_DIR.mkdir(parents=True, exist_ok=True)
|
||||
TRANSLATED_H_PATH = GEN_DIR / "translated_text.h"
|
||||
TRANSLATED_CPP_PATH = GEN_DIR / "translated_text.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user