Skip to content

Commit

Permalink
Update installTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Nov 17, 2019
1 parent 6e8427d commit 789081e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/installTasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def onInstall():
import shutil
import gui
import wx
ADDON_DICTS_PATH = os.path.join(os.path.dirname(__file__), "globalPlugins", "emoticons", "emoticons").decode("mbcs")
ADDON_DICTS_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "globalPlugins", "emoticons", "emoticons"))
EXPORT_DICTS_PATH = os.path.join(speechDictHandler.speechDictsPath, "emoticons")
for addon in addonHandler.getAvailableAddons():
if addon.manifest['name'] == "Emoticons":
Expand Down

0 comments on commit 789081e

Please sign in to comment.