Skip to content

Commit 4b93fac

Browse files
committed
123
1 parent fcebcc4 commit 4b93fac

File tree

5 files changed

+1
-3
lines changed

5 files changed

+1
-3
lines changed

.github/workflows/Nuitka.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
- name: Build executable with Nuitka
4040
run: |
4141
python -m nuitka --standalone --python-flag=-O `
42-
--include-data-files=./favicon.ico=./favicon.png `
43-
--include-data-files=./favicon-d.ico=./favicon-d.png `
4442
--include-data-files=./favicon.ico=./favicon.ico `
4543
--include-data-files=./favicon-d.ico=./favicon-d.ico `
4644
--include-data-files=./CUL_update.exe=./CUL_update.exe `
@@ -56,7 +54,7 @@ jobs:
5654
--assume-yes-for-downloads `
5755
--output-dir=./build_output `
5856
--nofollow-import-to=psutil.tests,psutil.tests.test_testutils,dns.tests `
59-
--windows-icon-from-ico=./favicon.png `
57+
--windows-icon-from-ico=./favicon.ico `
6058
./CHMLFRP_UI.py
6159
- name: Copy _internal directory to build output
6260
run: |

favicon-d.ico

4.04 MB
Binary file not shown.

favicon.ico

4.23 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)