mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-06-13 04:05:07 +03:00
update readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user