Skip to content

Commit 3bfc1d0

Browse files
committed
Add executable icon
1 parent e0610c0 commit 3bfc1d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
windows-build:
10-
name: 'Windows 32/64-bit'
10+
name: 'Windows'
1111
runs-on: windows-latest
1212
if: contains(github.event.head_commit.message, '[skip ci]') != true
1313
steps:
@@ -22,8 +22,8 @@ jobs:
2222
- name: Install Python Prerequisites
2323
run: pip install -r requirements.txt pyinstaller
2424

25-
- name: Package
26-
run: pyinstaller main.py --onefile --name obs-websocket-http
25+
- name: Run PyInstaller
26+
run: pyinstaller main.py --onefile --name obs-websocket-http --icon data/irltk_icon.ico
2727

2828
- name: Upload Artifacts
2929
uses: actions/upload-artifact@v2

data/irltk_icon.ico

4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)