Skip to content

Commit 8f383cb

Browse files
committed
引入winsound打包
1 parent 0e5ed6f commit 8f383cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

OlivOS/hook_pack.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# win
2626
if platform.system() == 'Windows':
2727
import win32com.client
28+
import winsound
2829
import pythoncom
2930
import webview
3031

OlivOS/hook_pack_debug.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# win
2626
if platform.system() == 'Windows':
2727
import win32com.client
28+
import winsound
2829
import pythoncom
2930
import webview
3031

0 commit comments

Comments
 (0)