update readme

This commit is contained in:
Yaronzz
2022-04-02 10:44:26 +08:00
parent a969583d79
commit c61be4bbf3
3 changed files with 11 additions and 16 deletions
+8 -8
View File
@@ -40,14 +40,14 @@ jobs:
pyinstaller -F tidal_dl/__init__.py -n tidal-dl
working-directory: TIDALDL-PY
- name: Build tidal-gui-macOs
shell: bash
if: ${{ matrix.os == 'macos-latest' }}
run: |
cp -rf guiStatic.in MANIFEST.in
pyinstaller -F tidal_gui/__init__.py -w -n tidal-gui
cp -rf tidal_gui/resource dist/
working-directory: TIDALDL-PY
# - name: Build tidal-gui-macOs
# shell: bash
# if: ${{ matrix.os == 'macos-latest' }}
# run: |
# cp -rf guiStatic.in MANIFEST.in
# pyinstaller -F tidal_gui/__init__.py -w -n tidal-gui
# cp -rf tidal_gui/resource dist/
# working-directory: TIDALDL-PY
- name: Build tidal-gui
shell: bash