Skip to content

Commit

Permalink
Added launcher and app splash images
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Oct 19, 2019
1 parent e929470 commit 0472d59
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artellapipe_launcher/launcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_module_path(self):
create_logger_directory()

from artellapipe.utils import resource
resources_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'resources')
resources_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'resources')
resource.ResourceManager().register_resource(resources_path, 'launcher')


Expand Down
2 changes: 1 addition & 1 deletion artellapipe_launcher/launcher/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _get_default_splash_path(self):
:return: str
"""

return os.path.join(os.path.dirname(os.path.abspath(__file__)), 'resources', 'images', 'splash.png')
return os.path.join(os.path.dirname(os.path.abspath(__file__)), 'resources', 'images', 'app_splash.png')

def _set_splash_text(self, new_text):
self._progress_text.setText(new_text)
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified artellapipe_launcher/launcher/resources/images/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0472d59

Please sign in to comment.