Commit 2e0a291291a4fe0fffc8f76ff51b5b3487e95d4b
1 parent
8e705e33
Exists in
master
Atualiza o core-plugin
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugin/corePlugin.cpp
| ... | ... | @@ -38,7 +38,7 @@ using namespace std; |
| 38 | 38 | |
| 39 | 39 | EXPORT_API int coreUpdateInstall_player() |
| 40 | 40 | { |
| 41 | - update->install("c:\\vlibras-libs\\update\\bin\\vlibrasPlayerDictUp.exe","NULL"); | |
| 41 | + update->install("c:\\vlibras-libs\\update\\vlibrasPlayerUp.exe","NULL"); | |
| 42 | 42 | |
| 43 | 43 | return 1; |
| 44 | 44 | } |
| ... | ... | @@ -46,7 +46,7 @@ using namespace std; |
| 46 | 46 | |
| 47 | 47 | EXPORT_API int coreUpdateInstall_dict() |
| 48 | 48 | { |
| 49 | - update->install("c:\\vlibras-libs\\update\\bin\\vlibrasPlayerDictUp.exe","NULL"); | |
| 49 | + update->install("c:\\vlibras-libs\\update\\bin\\vlibrasDictUp.exe","NULL"); | |
| 50 | 50 | |
| 51 | 51 | return 1; |
| 52 | 52 | } | ... | ... |