renpy / renpy-build

Build system for the Ren'Py visual novel engine. (The engine itself, not games.)
76 stars 51 forks source link

Ensure key.store plays nice with relative paths #67

Closed mal closed 1 year ago

mal commented 1 year ago

The working directory changes before signing takes place, which results in keys not being found. Avoid this by writing absolute paths into the local.properties file.