Skip to content

Commit

Permalink
支持黑魂3
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Sep 20, 2023
1 parent 18a3f9a commit ed7eb5c
Show file tree
Hide file tree
Showing 6 changed files with 753 additions and 31 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ jobs:
- name: Pyninstaller
run: |
pyinstaller -w -F -i "app.ico" main.py
pyinstaller -w -F -i "app.ico" main_er.py
pyinstaller -w -F -i "app.ico" main_ds3.py
- name: Create Artifact
id: vars2
run: |
mkdir out
cp ./dist/main.exe ./out/
cp ./dist/main*.exe ./out/
cp -r ./db ./out/
cp -r ./Yabber131/ ./out/
cp -r ./glossaries/ ./out/
cp ./README.txt ./out/
cp ./config.json ./out/
cp ./config*.json ./out/
cp ./更新日志.txt ./out/
cp ./app.ico ./out/
shell: bash
Expand Down
17 changes: 0 additions & 17 deletions config.json

This file was deleted.

9 changes: 9 additions & 0 deletions config_ds3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"source_lang": "engUS",
"export_as_docx": false,
"tmp_path": ".tmp",
"yabber_bin": ".\\Yabber131\\",
"name": "黑暗之魂2(dlc2)",
"inter_root": "msg",
"vanilla_db_path": ".\\db\\DS3"
}
9 changes: 9 additions & 0 deletions config_er.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"source_lang": "engUS",
"export_as_docx": false,
"tmp_path": ".tmp",
"yabber_bin": ".\\Yabber131\\",
"name": "艾尔登法环(本体)",
"inter_root": "GR\\data\\INTERROOT_win64\\msg",
"vanilla_db_path": ".\\db\\ER"
}
Loading

0 comments on commit ed7eb5c

Please sign in to comment.