summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e7169c2..2e6aa00 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -118,7 +118,6 @@ main(int argc, char** argv)
try {
fs::path full_path(fs::system_complete(argv[0]).parent_path());
- updateIfNeeded(full_path);
auto pypath = full_path.string() + "/apps/:" + full_path.string() + "/lib/";
std::cout << pypath << std::endl;
#if not defined _WIN32 && not defined _WIN64