Skip to content

Commit

Permalink
Rename template to quest-mod-template.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriethefish committed Apr 2, 2021
1 parent 4b7bb0a commit 5daaaca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
template.zip
quest-mod-template.zip
4 changes: 2 additions & 2 deletions makeTemplate.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Remove-Item template.zip
Compress-Archive template/* template.zip
Remove-Item quest-mod-template.zip -ErrorAction Ignore
Compress-Archive template/* quest-mod-template.zip
Write-Output "Template saved to template.zip"

0 comments on commit 5daaaca

Please sign in to comment.