Skip to content

Commit

Permalink
0.11.49,眼肉版本,NapCat新增恢复登录
Browse files Browse the repository at this point in the history
非正式发布版本的版本代号将使用未处理食材
  • Loading branch information
MetaLe0 committed Aug 13, 2024
1 parent fc85228 commit f2d73f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OlivOS/core/info/infoAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import OlivOS


OlivOS_Version = '0.11.48'
OlivOS_SVN = 168
OlivOS_Version_Slogan = '巧克力'
OlivOS_Version = '0.11.49'
OlivOS_SVN = 169
OlivOS_Version_Slogan = '眼肉'

# Compatible <= Plugin[compatible_svn] : Compatible
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn
Expand Down
2 changes: 1 addition & 1 deletion OlivOS/libBooter/libNapCatEXEModelAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def run(self):
]:
tmp_env = dict(os.environ)
subprocess.call(
'start powershell .\\BootWay05.ps1',
f"start powershell .\\BootWay05.ps1 -q {self.Proc_data['bot_info_dict'].id}",
shell=True,
cwd='.\\conf\\napcat\\' + self.Proc_data['bot_info_dict'].hash,
env=tmp_env
Expand Down

0 comments on commit f2d73f6

Please sign in to comment.