Skip to content

Commit

Permalink
Release now generates tar files too (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonInTheDark authored Apr 28, 2024
1 parent fbebb17 commit 7343818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ xcopy ..\templates hypnagogic-full-package\templates\ /E/H

# finally zip up our package, yeah?
7z a hypnagogic-full-package.zip .\hypnagogic-full-package\*
tar -czf hypnagogic-full-package.tar.gz .\hypnagogic-full-package\*
# back out to normal
cd ..

0 comments on commit 7343818

Please sign in to comment.