mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-06-13 04:05:07 +03:00
1. update setup.py
This commit is contained in:
+15
-15
@@ -49,22 +49,22 @@ jobs:
|
||||
# cp -rf tidal_gui/resource dist/
|
||||
# working-directory: TIDALDL-PY
|
||||
|
||||
- name: Build tidal-gui
|
||||
shell: bash
|
||||
if: ${{ matrix.os != 'macos-latest' }}
|
||||
run: |
|
||||
cp -rf guiStatic.in MANIFEST.in
|
||||
pyinstaller -D tidal_gui/__init__.py -w -n tidal-gui
|
||||
working-directory: TIDALDL-PY
|
||||
# - name: Build tidal-gui
|
||||
# shell: bash
|
||||
# if: ${{ matrix.os != 'macos-latest' }}
|
||||
# run: |
|
||||
# cp -rf guiStatic.in MANIFEST.in
|
||||
# pyinstaller -D tidal_gui/__init__.py -w -n tidal-gui
|
||||
# working-directory: TIDALDL-PY
|
||||
|
||||
- name: Gzip tidal-gui
|
||||
shell: bash
|
||||
if: ${{ matrix.os != 'macos-latest' }}
|
||||
run: |
|
||||
cp -rf ../tidal_gui/resource ./tidal-gui/
|
||||
tar -zcvf tidal-gui.tar.gz tidal-gui
|
||||
rm -rf tidal-gui
|
||||
working-directory: TIDALDL-PY/dist
|
||||
# - name: Gzip tidal-gui
|
||||
# shell: bash
|
||||
# if: ${{ matrix.os != 'macos-latest' }}
|
||||
# run: |
|
||||
# cp -rf ../tidal_gui/resource ./tidal-gui/
|
||||
# tar -zcvf tidal-gui.tar.gz tidal-gui
|
||||
# rm -rf tidal-gui
|
||||
# working-directory: TIDALDL-PY/dist
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user