Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telamon/pear-godot
My godot + pears buildscript
https://github.com/telamon/pear-godot
Last synced: about 1 month ago
JSON representation
My godot + pears buildscript
- Host: GitHub
- URL: https://github.com/telamon/pear-godot
- Owner: telamon
- Created: 2024-07-10T02:42:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T12:48:18.000Z (5 months ago)
- Last Synced: 2024-08-06T14:51:40.267Z (5 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Godot in Pears
### 1. Download godot
Download Godot [4.3](https://godotengine.org/article/dev-snapshot-godot-4-3-beta-2/#downloads)
and place executable in root folder.### 2. Release
[b]uild + [p]atch + [r]elease + [s]eed
```bash
./release.sh bprs dev
```Or just play locally
```
./release.sh bpd dev
```