Skip to content

Commit

Permalink
🐛 pack xl file along with archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jan 1, 2024
1 parent 17e50fb commit 66b22d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/archive/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ tree := join('archive', 'pc', 'mod')
@pack NAME:
{{wk_cli}} pack '{{ join(source, NAME, "source", "archive") }}' -o '{{ join(source, NAME) }}'; \
just rename '{{ join(source, NAME, "archive.archive") }}' '{{ join(source, NAME + ".archive") }}';
$xl='{{ join(source, NAME, "source", "resources", NAME + ".archive.xl") }}'; \
if (Test-Path $xl -PathType leaf) { just copy $xl '{{ join(source, NAME + ".archive.xl") }}'; }

@install TO:
just dir '{{ join(TO, tree) }}';
Expand Down

0 comments on commit 66b22d4

Please sign in to comment.