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 e0610c0 commit 3bfc1d0Copy full SHA for 3bfc1d0
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
windows-build:
10
- name: 'Windows 32/64-bit'
+ name: 'Windows'
11
runs-on: windows-latest
12
if: contains(github.event.head_commit.message, '[skip ci]') != true
13
steps:
@@ -22,8 +22,8 @@ jobs:
22
- name: Install Python Prerequisites
23
run: pip install -r requirements.txt pyinstaller
24
25
- - name: Package
26
- run: pyinstaller main.py --onefile --name obs-websocket-http
+ - name: Run PyInstaller
+ run: pyinstaller main.py --onefile --name obs-websocket-http --icon data/irltk_icon.ico
27
28
- name: Upload Artifacts
29
uses: actions/upload-artifact@v2
data/irltk_icon.ico
4.19 KB
0 commit comments