We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dd766 commit fd3d4b1Copy full SHA for fd3d4b1
.github/FSAR-windows.spec
@@ -40,4 +40,5 @@ exe = EXE(
40
target_arch=None,
41
codesign_identity=None,
42
entitlements_file=None,
43
+ icon='../logo.ico',
44
)
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
if [ "${{ matrix.os }}" = "windows-latest" ]; then
46
pyinstaller .github/FSAR-windows.spec
47
else
48
- pyinstaller ${{ matrix.pyinstaller_args }} --name ${{ matrix.artifact_name }} FSAR.py
+ pyinstaller ${{ matrix.pyinstaller_args }} --icon logo.ico --name ${{ matrix.artifact_name }} FSAR.py
49
fi
50
shell: bash
51
logo.ico
4.19 KB
0 commit comments