Skip to content

Commit

Permalink
引入winsound打包
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Nov 7, 2024
1 parent 0e5ed6f commit 8f383cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions OlivOS/hook_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# win
if platform.system() == 'Windows':
import win32com.client
import winsound
import pythoncom
import webview

Expand Down
1 change: 1 addition & 0 deletions OlivOS/hook_pack_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# win
if platform.system() == 'Windows':
import win32com.client
import winsound
import pythoncom
import webview

Expand Down

0 comments on commit 8f383cb

Please sign in to comment.