firebelley / godot-export

Automatically exports your Godot games.
MIT License
486 stars 59 forks source link

editor_settings-3.tres does not include keystore #73

Closed bend-n closed 2 years ago

bend-n commented 2 years ago

Why doesnt it automatically generate the keystore and stuff?

firebelley commented 2 years ago

The keystore is highly sensitive and needs to be configured on a per-repository basis. You should keep it secret and use something besides the default keystore when working on a commercial product. Please correct me if I am wrong, but that is my understanding.

bend-n commented 2 years ago

Not the debug keystore.

firebelley commented 2 years ago

You can generate a keystore with the command line in a prior step in your workflow, there is no reason this action needs to do that step.