mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-27 02:43:45 +02:00
remove temp dir after zip file is created
This commit is contained in:
parent
8a387b1bc1
commit
4483effb5c
1
Makefile
1
Makefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user