Skip to content

Commit 239169c

Browse files
committed
pyinstaller
1 parent 7cf120b commit 239169c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyinstaller.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install -r requirements.txt
2828
2929
- name: Build executable with PyInstaller
30-
run: pyinstaller --onefile assetsBrowser.py # Adjust your script name
30+
run: pyinstaller --onefile assetsBrowser.py --icon .\lambda.ico --add-data icons/*;icons
3131

3232
- name: Archive the build artifact
3333
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)