Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
firebelley authored Nov 7, 2022
1 parent 253c0b7 commit f2f5d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Define at least 1 export preset by going to `Project -> Export` in the Godot edi
| `use_preset_export_path` | Move exports to the directory defined in `export_presets.cfg` relative to `relative_project_path`. In other words, exports will use the export path specified in the export preset in relation to the location of the `project.godot` file. Prioritized over `relative_export_path`. | `boolean` | `false` | No |
| `wine_path` | The absolute path to the wine binary. If specified, Godot will use this to run rcedit to update Windows exe icons. See the [setup Windows icons](#setup-windows-icons) example configuration. | `string` | `''` | No |
| `verbose` | Use the `--verbose` flag when exporting. | `boolean` | `false` | No |
| `use_godot_4` | Build using godot 4 executable (NOTE: `godot_executable_download_url` and `godot_export_templates_download_url` still need to be configured to download the correct version. ) | `bolean` | `false` | No |
| `use_godot_4` | Build using godot 4 executable (NOTE: `godot_executable_download_url` and `godot_export_templates_download_url` still need to be configured to download the correct version. ) | `boolean` | `false` | No |

### Action Outputs

Expand Down

0 comments on commit f2f5d54

Please sign in to comment.