mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Move userconfig to extras
This commit is contained in:
parent
4e01e96d57
commit
66a0611830
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ release:
|
|||||||
@"$(MAKE)" $(MAKEFLAGS) signatures
|
@"$(MAKE)" $(MAKEFLAGS) signatures
|
||||||
@echo " ZIP ace3_$(VERSION).zip"
|
@echo " ZIP ace3_$(VERSION).zip"
|
||||||
@cp *.dll AUTHORS.txt LICENSE logo_ace3_ca.paa meta.cpp mod.cpp README.md docs/README_DE.md docs/README_PL.md $(BIN)
|
@cp *.dll AUTHORS.txt LICENSE logo_ace3_ca.paa meta.cpp mod.cpp README.md docs/README_DE.md docs/README_PL.md $(BIN)
|
||||||
@cp -r optionals/userconfig $(BIN)/optionals
|
@cp -r extras/userconfig $(BIN)/optionals
|
||||||
@zip -r $(ZIP)_$(VERSION).zip $(BIN) &> /dev/null
|
@zip -r $(ZIP)_$(VERSION).zip $(BIN) &> /dev/null
|
||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
|
Loading…
Reference in New Issue
Block a user