diff --git a/package.json b/package.json index d76c6a3..2eb8b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@next2d/builder", - "version": "0.1.6", + "version": "0.1.7", "description": "Multi-platform builder for Next2d Framework, supporting export to various platforms such as macOS, Windows, iOS, Android and Web(HTML)", "author": "Toshiyuki Ienaga ", "license": "MIT", diff --git a/templates/xbox/.gitignore b/templates/xbox/.gitignore index 219531a..dc37da7 100644 --- a/templates/xbox/.gitignore +++ b/templates/xbox/.gitignore @@ -14,3 +14,4 @@ _deps/ CMakeCache.txt CMakeFiles/ .v8_headers/ +*.bin diff --git a/templates/xbox/tests/raster_test.bin b/templates/xbox/tests/raster_test.bin deleted file mode 100755 index 19f37d8..0000000 Binary files a/templates/xbox/tests/raster_test.bin and /dev/null differ