Skip to content

Commit

Permalink
🔨 update audioware install to copy fake info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Apr 10, 2024
1 parent 7224f9f commit 8eecf4d
Showing 1 changed file with 1 addition and 0 deletions.
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 8eecf4d

Please sign in to comment.