Skip to content

Commit

Permalink
remove temp dir after zip file is created
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Jan 23, 2021
1 parent 8a387b1 commit 4483eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build/factorio-server-manager-%.zip: clean app/bundle factorio-server-manager-%
@cp -r app/ factorio-server-manager/
@cp conf.json.example factorio-server-manager/conf.json
@zip -r $@ factorio-server-manager > /dev/null
@rm -r factorio-server-manager/

app/bundle:
@echo "Building Frontend"
Expand Down

0 comments on commit 4483eff

Please sign in to comment.