We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91e1eb commit 24318e6Copy full SHA for 24318e6
.github/workflows/main.yml
@@ -29,4 +29,4 @@ jobs:
29
pip install pyinstaller pyqt6 pyqtdarktheme
30
- name: Create Executable
31
run: |
32
- pyinstaller --onefile --noconsole ./start.py
+ pyinstaller --onefile --noconsole ./MyWinInfo.py
0 commit comments