mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
cd: fix distutils not found for macos
This commit is contained in:
parent
fc4a39e9f3
commit
ed63032a82
1
.github/workflows/spotube-release-binary.yml
vendored
1
.github/workflows/spotube-release-binary.yml
vendored
@ -319,6 +319,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Package Macos App
|
- name: Package Macos App
|
||||||
run: |
|
run: |
|
||||||
|
python3 -m pip install setuptools
|
||||||
npm install -g appdmg
|
npm install -g appdmg
|
||||||
mkdir -p build/${{ env.BUILD_VERSION }}
|
mkdir -p build/${{ env.BUILD_VERSION }}
|
||||||
appdmg appdmg.json build/Spotube-macos-universal.dmg
|
appdmg appdmg.json build/Spotube-macos-universal.dmg
|
||||||
|
Loading…
Reference in New Issue
Block a user