Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Egezenn committed Dec 17, 2024
1 parent c9aabbf commit 761f747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build executable with PyInstaller
run: |
pyinstaller --name=ytmasc --icon=".\assets\icon.ico" --onefile --noconsole .\ytmasc\__main__.py
pyinstaller --name=ytmasc --icon=".\assets\icon.ico" --onefile .\ytmasc\__main__.py
move .\dist\ytmasc.exe .
- name: Create Release
Expand Down
2 changes: 2 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

## III Requires Research

- [ ] Find out how to launch gui without a console

- [ ] Find out if there is a better way to structure the CLI logic or make it more maintainable in general [click](https://click.palletsprojects.com/en/8.1.x/)?

- [ ] Do async downloading
Expand Down

0 comments on commit 761f747

Please sign in to comment.