Skip to content

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Jun 21, 2024
1 parent d5b80a1 commit 845d977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-project/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 845d977

Please sign in to comment.