Commit 54b3e62e109c6aef0d217c5f51d624e77afebc36

Authored by Erickson Silva
1 parent 1c20b841
Exists in devel

Atualiza make_build

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
scripts/linux/make_build.py
... ... @@ -15,4 +15,5 @@ files = glob.iglob(os.path.join(path_source, "*.pyc"))
15 15 for file in files:
16 16 shutil.move(file, path_build)
17 17 shutil.copytree(path_data, path_build+"/data")
18   -os.remove(path_build+"/TranslationServer.pyc")
19 18 \ No newline at end of file
  19 +os.remove(path_build+"/TranslationServer.pyc")
  20 +os.remove(path_build+"/Trie.pyc")
20 21 \ No newline at end of file
... ...