Skip to content

Commit ce3bedc

Browse files
committed
Close #13 by deprecating com_chest_02_v_weapon01 and generating Morrowind-metadata.toml
1 parent 35bd4a2 commit ce3bedc

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cargo build --release
3838

3939
- name: compress
40-
run: 7z a -tzip ${{ matrix.archive }} ./target/release/${{ matrix.binary }}
40+
run: 7z a -tzip ${{ matrix.archive }} ./target/release/${{ matrix.binary }} ./Morrowind-metadata.toml
4141

4242
- name: upload
4343
uses: softprops/action-gh-release@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode/
22
target/
3+
Morrowind-metadata.toml

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "StandardsValidator"
3-
version = "2.20.0"
3+
version = "2.21.0"
44
edition = "2021"
55

66
[dependencies]
@@ -20,3 +20,7 @@ features = ["esp"]
2020

2121
[dependencies.codegen]
2222
path = "./crates/codegen"
23+
24+
[build-dependencies]
25+
toml = "0.8.13"
26+
serde_json = "^1.0"

crates/codegen/data/uniques.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ com_chest_02_v_indalen
527527
com_chest_02_v_saetring
528528
com_chest_02_v_shadbak
529529
com_chest_02_v_sosia
530+
com_chest_02_v_weapon01
530531
com_chest_02_valius
531532
com_chest_02_vendu
532533
com_chest_11_aldsotha

0 commit comments

Comments
 (0)