Attempt to fix mac executables v2

This commit is contained in:
YourKalamity
2020-12-19 11:33:56 +00:00
parent 958973fe26
commit 6367e8f8cc

View File

@@ -79,7 +79,7 @@ jobs:
pip3 install pyinstaller
- name: Get tag
id: vars
run: echo::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Create executable
run: |
pyinstaller --onefile --add-data "tkmacosx;tkmacosx" --add-data "Darwin;Darwin" --add-data "certifi;certifi" --add-data "requests;requests" --add-data "urllib3;urllib3" --add-data "lazy.ico;." --add-data "chardet;chardet" --icon "lazy.ico" --console --name "lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-macOS" main.py