Skip to content

Commit fd3d4b1

Browse files
committed
add logo to binary
1 parent 91dd766 commit fd3d4b1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/FSAR-windows.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ exe = EXE(
4040
target_arch=None,
4141
codesign_identity=None,
4242
entitlements_file=None,
43+
icon='../logo.ico',
4344
)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if [ "${{ matrix.os }}" = "windows-latest" ]; then
4646
pyinstaller .github/FSAR-windows.spec
4747
else
48-
pyinstaller ${{ matrix.pyinstaller_args }} --name ${{ matrix.artifact_name }} FSAR.py
48+
pyinstaller ${{ matrix.pyinstaller_args }} --icon logo.ico --name ${{ matrix.artifact_name }} FSAR.py
4949
fi
5050
shell: bash
5151

logo.ico

4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)