Skip to content

Commit be03b7f

Browse files
committed
修复没有图标导致的打包错误
1 parent da4dce6 commit be03b7f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
pyinstaller main.py `
8484
-w `
8585
-D `
86-
-i ./resources/SecRandom.ico `
86+
-i ./resources/secrandom-icon-paper.ico `
8787
-n SecRandom `
8888
--add-data ./app/resource:app/resource `
8989
--add-data LICENSE:. `

resources/secrandom-icon-paper.ico

66.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)