Skip to content

Commit

Permalink
- Update Love2D revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Feb 21, 2023
1 parent 4b761c9 commit d2b37ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See related actions below:
bundle-id: "org.love2d.my-game"
copyright: "Copyright © 2020-2022 XXX Co. All Rights Reserved."
icon-path: ./assets/macOS/icon.icns
love-ref: "11.4"
love-ref: "fc3f5ee6209a0aab9a4d381ed5cd99110f9ff2f2"
love-patch: "./love.patch"
love-package: "./game.love"
libs-path: ./libs
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
| `libs-path` | `false` | `""` | Path to the libraries folder. Would copy all contents to `platform/xcode/` excluding top folder |
| `extra-assets` | `false` | `""` | List of folder & file paths to be added to `platform/xcode/`. Separated by spaces |
| `product-name` | `false` | `"love_app"` | Base name of the package. Used to rename products |
| `version-string` | `false` | `"11.4"` | App version string no more than 3 numbers. Used in `platform/xcode/love.xcodeproj/project.pbxproj` |
| `version-string` | `false` | `"fc3f5ee6209a0aab9a4d381ed5cd99110f9ff2f2"` | App version string no more than 3 numbers. Used in `platform/xcode/love.xcodeproj/project.pbxproj` |
| `output-folder` | `false` | `"./build"` | Built packages output folder |
| `account-username` | `true` | `""` | Apple ID username. Used to sign the app |
| `account-password` | `true` | `""` | App specified password. Used to sign the app |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
LÖVE git ref
Could be commit hash, tags or branch name
required: false
default: "c35356c841976eb6f370347b81eec845d5520338"
default: "fc3f5ee6209a0aab9a4d381ed5cd99110f9ff2f2"
love-patch:
description: |
Git patch file path for the LÖVE repo
Expand Down

0 comments on commit d2b37ce

Please sign in to comment.