diff --git a/.github/workflows/update-dict-manifest.yml b/.github/workflows/update-dict-manifest.yml index 13b986b..83359dd 100644 --- a/.github/workflows/update-dict-manifest.yml +++ b/.github/workflows/update-dict-manifest.yml @@ -6,6 +6,7 @@ on: branches: [ main ] paths: - 'automation/dict_manifest_update.py' + - 'automation/requirements.txt' - 'store/encodings/*' - 'store/fonts/*' - 'metadata/dict.json' @@ -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 diff --git a/.github/workflows/update-hook-manifest.yml b/.github/workflows/update-hook-manifest.yml index fb03a28..a1bd3c8 100644 --- a/.github/workflows/update-hook-manifest.yml +++ b/.github/workflows/update-hook-manifest.yml @@ -4,6 +4,7 @@ on: branches: [ main ] paths: - 'automation/hook_manifest_update.py' + - 'automation/requirements.txt' - 'store/encodings/*' - 'store/fonts/*' - 'metadata/hook.json' @@ -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 diff --git a/automation/hook_manifest_add.toml b/automation/hook_manifest_add.toml index 5aa98b3..4ea0f03 100644 --- a/automation/hook_manifest_add.toml +++ b/automation/hook_manifest_add.toml @@ -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", ] diff --git a/automation/requirements.txt b/automation/requirements.txt new file mode 100644 index 0000000..979a82a --- /dev/null +++ b/automation/requirements.txt @@ -0,0 +1,2 @@ +requests +toml diff --git a/metadata/hook.json b/metadata/hook.json index 522deaa..1ad6e83 100644 --- a/metadata/hook.json +++ b/metadata/hook.json @@ -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" } ] \ No newline at end of file