mirror of
https://github.com/thewesker/lazy-dsi-file-downloader.git
synced 2025-12-20 12:31:11 -05:00
Compare commits
1 Commits
macostest1
...
macostest2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6367e8f8cc |
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user