Skip to content

Commit

Permalink
Update hook.json for 50.13 version (steam, classic)
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Apr 23, 2024
1 parent ee94adb commit 1600c8b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-dict-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ main ]
paths:
- 'automation/dict_manifest_update.py'
- 'automation/requirements.txt'
- 'store/encodings/*'
- 'store/fonts/*'
- 'metadata/dict.json'
Expand All @@ -24,7 +25,7 @@ jobs:
python-version: 3.11

- name: Install dep
run: pip install requests
run: pip install -r automation/requirements.txt

- name: Run update script
run: python3 automation/dict_manifest_update.py
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-hook-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [ main ]
paths:
- 'automation/hook_manifest_update.py'
- 'automation/requirements.txt'
- 'store/encodings/*'
- 'store/fonts/*'
- 'metadata/hook.json'
Expand All @@ -22,7 +23,7 @@ jobs:
python-version: 3.11

- name: Install dep
run: pip install requests
run: pip install -r automation/requirements.txt

- name: Run update script
run: python3 automation/hook_manifest_update.py
Expand Down
12 changes: 6 additions & 6 deletions automation/hook_manifest_add.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
lib_url = "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.dll"
config_url = "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml"
offset_urls = [
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_steam_win64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_itchio_win64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_classic_win64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_steam_win64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_itchio_win64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_classic_win64.toml",
]

[so]
lib_url = "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.so"
config_url = "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml"
offset_urls = [
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_steam_linux64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_itchio_linux64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_classic_linux64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_steam_linux64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_itchio_linux64.toml",
"https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_classic_linux64.toml",
]
2 changes: 2 additions & 0 deletions automation/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests
toml
28 changes: 28 additions & 0 deletions metadata/hook.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,33 @@
"lib": "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.so",
"config": "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml",
"offsets": "https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.12_classic_linux64.toml"
},
{
"df": 1713726302,
"checksum": 1558398659,
"lib": "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.dll",
"config": "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml",
"offsets": "https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_steam_win64.toml"
},
{
"df": 1713730104,
"checksum": 2055247035,
"lib": "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.dll",
"config": "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml",
"offsets": "https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_classic_win64.toml"
},
{
"df": 1571398539,
"checksum": 642309136,
"lib": "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.so",
"config": "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml",
"offsets": "https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_steam_linux64.toml"
},
{
"df": 1154905022,
"checksum": 2875888758,
"lib": "https://github.com/dfint/df-steam-hook-rs/releases/download/0.1.3/hook_0.1.3.so",
"config": "https://raw.githubusercontent.com/dfint/update-data/main/store/config.toml",
"offsets": "https://raw.githubusercontent.com/dfint/update-data/main/store/offsets/50.13_classic_linux64.toml"
}
]

0 comments on commit 1600c8b

Please sign in to comment.