Skip to content

Commit

Permalink
Merge pull request #113 from cyb3rpsych0s1s/fix/redmod
Browse files Browse the repository at this point in the history
Temporary fix for REDmod warning
  • Loading branch information
Roms1383 authored Apr 10, 2024
2 parents 5c9e858 + 8eecf4d commit 6e0f970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions audioware/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Addicted",
"version": "1.0.0",
"customSounds": []
}
1 change: 1 addition & 0 deletions recipes/audioware/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}'
Expand Down

0 comments on commit 6e0f970

Please sign in to comment.