From 2e0a291291a4fe0fffc8f76ff51b5b3487e95d4b Mon Sep 17 00:00:00 2001 From: ezequiel Date: Mon, 19 Oct 2015 10:25:58 -0200 Subject: [PATCH] Atualiza o core-plugin --- plugin/corePlugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/corePlugin.cpp b/plugin/corePlugin.cpp index ea15c7b..a5023c8 100644 --- a/plugin/corePlugin.cpp +++ b/plugin/corePlugin.cpp @@ -38,7 +38,7 @@ using namespace std; EXPORT_API int coreUpdateInstall_player() { - update->install("c:\\vlibras-libs\\update\\bin\\vlibrasPlayerDictUp.exe","NULL"); + update->install("c:\\vlibras-libs\\update\\vlibrasPlayerUp.exe","NULL"); return 1; } @@ -46,7 +46,7 @@ using namespace std; EXPORT_API int coreUpdateInstall_dict() { - update->install("c:\\vlibras-libs\\update\\bin\\vlibrasPlayerDictUp.exe","NULL"); + update->install("c:\\vlibras-libs\\update\\bin\\vlibrasDictUp.exe","NULL"); return 1; } -- libgit2 0.21.2