diff --git a/.github/workflows/python-app_linux.yml b/.github/workflows/python-app_linux.yml index 508460e..42371c7 100644 --- a/.github/workflows/python-app_linux.yml +++ b/.github/workflows/python-app_linux.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: BlipBlop app linux on: push: diff --git a/.github/workflows/python-app_macos.yml b/.github/workflows/python-app_macos.yml index 4a75ec6..e24ec60 100644 --- a/.github/workflows/python-app_macos.yml +++ b/.github/workflows/python-app_macos.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: BlipBlop app macOS on: push: diff --git a/.github/workflows/python-app_win.yml b/.github/workflows/python-app_win.yml index ee82500..dee0fff 100644 --- a/.github/workflows/python-app_win.yml +++ b/.github/workflows/python-app_win.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python application +name: BlipBlop app windows on: push: diff --git a/blipblop_win.spec b/blipblop_win.spec index 4298622..fb895ac 100644 --- a/blipblop_win.spec +++ b/blipblop_win.spec @@ -6,17 +6,17 @@ block_cipher = None a = Analysis(['blipblop_main.py'], pathex=['.'], binaries=[], - datas=[('docs\index.md', "docs"), - ('docs\visual_task.md', "docs"), - ('docs\auditory_task.md', "docs"), - ('docs\license.md', "docs"), - ('docs\tasks.md', "docs"), - ('docs\images\blipblop_main.png', "docs\images"), - ('docs\images\blipblop_logo.png', "docs\images"), - ('sounds\bell.wav', "sounds"), - ('sounds\complete.wav', "sounds"), - ('sounds\message.wav', "sounds"), - ('icons\blipblop_logo.ico', '.') + datas=[('docs/index.md', "docs"), + ('docs/visual_task.md', "docs"), + ('docs/auditory_task.md', "docs"), + ('docs/license.md', "docs"), + ('docs/tasks.md', "docs"), + ('docs/images/blipblop_main.png', "docs/images"), + ('docs/images/blipblop_logo.png', "docs/images"), + ('sounds/bell.wav', "sounds"), + ('sounds/complete.wav', "sounds"), + ('sounds/message.wav', "sounds"), + ('icons/blipblop_logo.ico', '.') ], hiddenimports=[], hookspath=[],