Make .meta.json changes cause scripts to be updated

This commit is contained in:
Lucien Greathouse
2019-10-08 15:30:16 -07:00
parent fa817e3cdd
commit 13cb0a27a0
11 changed files with 178 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ fn snapshot_lua_file<F: ImfsFetcher>(
let mut metadata = InstanceMetadata {
instigating_source: Some(entry.path().to_path_buf().into()),
relevant_paths: vec![entry.path().to_path_buf()],
relevant_paths: vec![entry.path().to_path_buf(), meta_path.clone()],
..Default::default()
};