summaryrefslogtreecommitdiffstats
path: root/build/pyinstaller/terminal.spec
diff options
context:
space:
mode:
Diffstat (limited to 'build/pyinstaller/terminal.spec')
-rw-r--r--build/pyinstaller/terminal.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/pyinstaller/terminal.spec b/build/pyinstaller/terminal.spec
index acf568bd267..1b3ba0ed7a6 100644
--- a/build/pyinstaller/terminal.spec
+++ b/build/pyinstaller/terminal.spec
@@ -29,6 +29,7 @@ set_key(default_env_file, "OPENBB_LOGGING_COMMIT_HASH", str(commit_hash))
added_files = [
(os.path.join(os.getcwd(), "openbb_terminal"), "openbb_terminal"),
(os.path.join(os.getcwd(), "routines"), "routines"),
+ (os.path.join(os.getcwd(), "portfolio"), "portfolio"),
(os.path.join(os.getcwd(), "i18n"), "i18n"),
(os.path.join(os.getcwd(), "styles"), "styles"),
(os.path.join(pathex, "property_cached"), "property_cached"),