diff --git a/example-project/build.lua b/example-project/build.lua index bf9f87f..8e052f8 100644 --- a/example-project/build.lua +++ b/example-project/build.lua @@ -4,7 +4,7 @@ return { output = 'dist', version = '1.0.0', love = '11.5', - ignore = {'dist', '.DS_Store'}, + ignore = {'dist', '.DS_Store', 'postprocess.sh', 'preprocess.sh'}, libs = { macos = {'resources/macos/https.so'}, windows = {'resources/windows/https.dll'}, diff --git a/readme.md b/readme.md index 1d750c9..cf29aee 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,7 @@ You can view the logs inside `output/version/build.log` after running the builde | Failed to create .lovefile | Failed to create lovefile, check logs for info | Source download failed | Failed to download release from github | Source file must be supplied to build this version | Specificed version doesn't have a release on github -| Fatal Error! | Something triggered love.errorhandler - check build.log for info +| Fatal Error! | Something triggered love.errorhandler - check build.log > Note: If you want to build with 12.0 you'll need to provide the source zips yourself in the `%appdata%/love-build/cache` directory, you can download the builds from the [latest successful workflow action](https://github.com/love2d/love/actions), as the main branch on Github is on version 12. I would recommend building with 11.5 first to see the expected files in your cache.