summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/extensions/install.py3
-rw-r--r--messages.po4
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/extensions/install.py b/lib/extensions/install.py
index 6c179beb..eb9f5289 100644
--- a/lib/extensions/install.py
+++ b/lib/extensions/install.py
@@ -82,6 +82,9 @@ class InstallerFrame(wx.Frame):
def copy_files(self, files, dest):
import winutils
+ if not os.path.exists(dest):
+ os.makedirs(dest)
+
winutils.copy(files, dest)
else:
def copy_files(self, files, dest):
diff --git a/messages.po b/messages.po
index 9105da77..3af044e8 100644
--- a/messages.po
+++ b/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2018-08-24 20:56-0400\n"
+"POT-Creation-Date: 2018-08-28 15:20-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -513,7 +513,7 @@ msgstr ""
msgid "Installation Completed"
msgstr ""
-#: lib/extensions/install.py:104
+#: lib/extensions/install.py:107
msgid "Ink/Stitch Add-ons Installer"
msgstr ""