mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-04 02:09:44 +03:00
We were shipping a pre-built version but it only works on specific distros
as it's tightly coupled to openssl. When upgrading from F34 to F35 it started
segfaulting.
We now rely on the version packaged by Fedora which should be installed on the
host, or compiled and installed manually in PATH by users.
(cherry picked from commit 8adfdd068e)
20 lines
200 B
Plaintext
20 lines
200 B
Plaintext
# User-specific configuration and signing key
|
|
config.sh
|
|
*.pfx
|
|
*.pkcs12
|
|
|
|
# Generated by build scripts
|
|
angle/
|
|
deps/
|
|
git/
|
|
mono-glue/
|
|
godot*.tar.gz
|
|
angle.7z
|
|
|
|
# Output
|
|
out/
|
|
releases/
|
|
sha512sums/
|
|
tmp/
|
|
web/
|