diff options
| author | Ruben Pollan <meskio@sindominio.net> | 2015-08-10 12:50:04 +0200 |
|---|---|---|
| committer | Ruben Pollan <meskio@sindominio.net> | 2015-08-14 10:47:27 +0200 |
| commit | d01f4b4cd493a762da74fb9b1d7bdb26dace4d68 (patch) | |
| tree | 5d403049217d718696632e483d3d1d682f537dcc /src/main.cpp | |
| parent | 6933022e17c4b7d79a4e8c1b21139b2a8d9ed434 (diff) | |
[feat] delete outated files after update
For that we have ported the apply updates to python and disable the
execution in the C++. The C++ code is not removed as this updater will
be outdated after the 0.9.
- Related: #5876
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
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 |
