Skip to content

Commit

Permalink
0.11.36,指定Webview引擎
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Jun 9, 2024
1 parent c0edc16 commit 6f7f0d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OlivOS/core/info/infoAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import OlivOS


OlivOS_Version = '0.11.35'
OlivOS_SVN = 155
OlivOS_Version = '0.11.36'
OlivOS_SVN = 156

# Compatible <= Plugin[compatible_svn] : Compatible
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn
Expand Down
1 change: 1 addition & 0 deletions OlivOS/libBooter/libEXEModelAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,7 @@ def run(self):
window,
private_mode=False,
storage_path='./data/webview/%s' % self.Proc_name,
gui='edgechromium'
)

# 发送并等待结束
Expand Down

0 comments on commit 6f7f0d0

Please sign in to comment.