Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahao committed Sep 18, 2022
1 parent 1f604aa commit 100acd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
mkdir .\dist\resource\
xcopy .\resource\ .\dist\resource\ /E
xcopy .\config.json .\dist\ /E
- name: Zip Release
uses: TheDoctor0/zip-release@main
Expand Down
3 changes: 2 additions & 1 deletion model/Settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def load_app_config(self):
"game": "PUBG",
"commit1": "",
"commit2": "",
"update": "GITHUB"
"update": "GITHUB",
"ai": "DmlExecutionProvider"
}
self.resource_dir = "./resource/PUBG/"
self.save_app_config_to_json()
Expand Down

0 comments on commit 100acd7

Please sign in to comment.