diff --git a/audioware/info.json b/audioware/info.json new file mode 100644 index 00000000..f973d9f4 --- /dev/null +++ b/audioware/info.json @@ -0,0 +1,5 @@ +{ + "name": "Addicted", + "version": "1.0.0", + "customSounds": [] +} \ No newline at end of file diff --git a/recipes/audioware/justfile b/recipes/audioware/justfile index 69fcd121..98ddb7f5 100644 --- a/recipes/audioware/justfile +++ b/recipes/audioware/justfile @@ -13,6 +13,7 @@ tree := 'mods' just dcopy '{{ join(source, LOCALE) }}' '{{ join(TO, tree, mod) }}' just dcopy '{{ join(source, "vanilla", LOCALE) }}' '{{ join(TO, tree, mod, "vanilla") }}' just copy '{{ join(source, "voices." + LOCALE + ".yml") }}' '{{ join(TO, tree, mod, "voices.yml") }}' + just copy '{{ join(source, "info.json") }}' '{{ join(TO, tree, mod, "info.json") }}' @uninstall FROM: just trash '{{ join(FROM, tree, mod) }}'