Skip to content

Commit

Permalink
Actually make sure the file is included in the release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexela committed Mar 3, 2019
1 parent 23457b3 commit c664228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ package:
@mkdir -p $(BUILD_DIR)/$(OUTPUT_NAME)
@cp -r $(PACKAGE_NAME) $(BUILD_DIR)/$(OUTPUT_NAME)/$(PACKAGE_NAME)
@cp info.json $(BUILD_DIR)/$(OUTPUT_NAME)/info.json
@cp data.lua $(BUILD_DIR)/$(OUTPUT_NAME)/data.lua
@cp README.md $(BUILD_DIR)/$(OUTPUT_NAME)/stdlib/README.md
@cp LICENSE $(BUILD_DIR)/$(OUTPUT_NAME)/stdlib/LICENSE.md
@cp CHANGELOG.md $(BUILD_DIR)/$(OUTPUT_NAME)/stdlib/CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stdlib",
"version": "1.0.1",
"version": "1.0.2",
"factorio_version": "0.17",
"title": "Factorio Standard Library",
"author": "Afforess",
Expand Down

0 comments on commit c664228

Please sign in to comment.