Skip to content

Commit

Permalink
🔧 [feat/maps] #3 create script for tiles archive creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jan 7, 2021
1 parent 7e81963 commit 2f77390
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ build
bundle

public/icons/*
maps
maps/*
!maps/.gitkeep
!maps/createZip

# local env files
.env.local
Expand Down
Empty file added maps/.gitkeep
Empty file.
4 changes: 4 additions & 0 deletions maps/createZip
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

tar zcvf maps.vanilla.tar.gz vanilla
tar zcvf maps.promod.tar.gz promod

0 comments on commit 2f77390

Please sign in to comment.