Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.0a3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Jan 27, 2022
2 parents f875e39 + 4fdaed9 commit 43ac827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arknights_mower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__cli__ = not (__pyinstall__ and not sys.argv[1:])

__system__ = platform.system().lower()
__version__ = '2.0.0a2'
__version__ = '2.0.0a3'
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a = Analysis(['main.py'],
datas=[
('arknights_mower/fonts', 'arknights_mower/__init__/fonts'),
('arknights_mower/models', 'arknights_mower/__init__/models'),
('arknights_mower/template', 'arknights_mower/__init__/template'),
('arknights_mower/templates', 'arknights_mower/__init__/templates'),
('arknights_mower/resources', 'arknights_mower/__init__/resources'),
('venv64/Lib/site-packages/onnxruntime/capi/onnxruntime_providers_shared.dll', 'onnxruntime/capi/'),
],
Expand Down

0 comments on commit 43ac827

Please sign in to comment.