Skip to content

Commit

Permalink
Initial commit of 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed May 14, 2021
1 parent ae7e731 commit 9a26c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ endif
run:
./$(BUILD_OBJECT)

package: clean build
package-without-clean:
ifneq ($(wildcard $(EXPORT_PACKAGE_DIR)/.*),)
rd /S /Q $(EXPORT_PACKAGE_DIR)
endif
Expand All @@ -62,6 +62,7 @@ endif
Xcopy /E /I assets $(EXPORT_PACKAGE_DIR)\assets
cd $(EXPORT_PACKAGE_DIR) && echo %cd% && 7z a $(PROJECT_NAME).zip *

package: clean build package-without-clean

# Tests
test: build-test run-test
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.16.0"
"version": "0.17.0"
}

0 comments on commit 9a26c8e

Please sign in to comment.