diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72a124f..9743222 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,5 @@ production: - move src\dist dist artifacts: paths: - - dist + - dist/* expire_in: 1 week \ No newline at end of file diff --git a/src/extra/SpellChecker/__init__.py b/src/extras/SpellChecker/__init__.py similarity index 100% rename from src/extra/SpellChecker/__init__.py rename to src/extras/SpellChecker/__init__.py diff --git a/src/extra/SpellChecker/spellchecker.py b/src/extras/SpellChecker/spellchecker.py similarity index 100% rename from src/extra/SpellChecker/spellchecker.py rename to src/extras/SpellChecker/spellchecker.py diff --git a/src/extra/SpellChecker/wx_ui.py b/src/extras/SpellChecker/wx_ui.py similarity index 100% rename from src/extra/SpellChecker/wx_ui.py rename to src/extras/SpellChecker/wx_ui.py diff --git a/src/extra/__init__.py b/src/extras/__init__.py similarity index 100% rename from src/extra/__init__.py rename to src/extras/__init__.py diff --git a/src/extra/translator/__init__.py b/src/extras/translator/__init__.py similarity index 100% rename from src/extra/translator/__init__.py rename to src/extras/translator/__init__.py diff --git a/src/extra/translator/translator.py b/src/extras/translator/translator.py similarity index 100% rename from src/extra/translator/translator.py rename to src/extras/translator/translator.py diff --git a/src/extra/translator/wx_ui.py b/src/extras/translator/wx_ui.py similarity index 100% rename from src/extra/translator/wx_ui.py rename to src/extras/translator/wx_ui.py