Skip to content

Commit ae123c8

Browse files
committed
fix: 移除不存在的icon.ico和windowed参数
1 parent e82c921 commit ae123c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-executables.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
run: |
4040
pyinstaller --name AI-RVC-Windows `
4141
--onefile `
42-
--windowed `
43-
--icon=assets/icon.ico `
4442
--add-data "ui;ui" `
4543
--add-data "infer;infer" `
4644
--add-data "lib;lib" `

0 commit comments

Comments
 (0)