summaryrefslogtreecommitdiff
path: root/key.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 00:26:10 -0500
committerJeff Carr <[email protected]>2025-10-27 00:26:10 -0500
commitdbe78b785508d8ef665d8b9c4d61e4dd8eb40e51 (patch)
treee25ef3eb97a435318f6e52a3709e3625ed20561c /key.proto
parent4d0828def125f96d376cc1bd018bd3d8b0997901 (diff)
add some more details. not much more to do here.
Diffstat (limited to 'key.proto')
-rw-r--r--key.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/key.proto b/key.proto
index 75921b1..187531a 100644
--- a/key.proto
+++ b/key.proto
@@ -17,4 +17,5 @@ message Keys { // `autogenpb:marshal` `autogenpb:nomu
repeated Key keys = 3;
string filename = 4; // can store where the filename is so that saves can be automated
bool init = 5; // can store where the filename is so that saves can be automated
+ string homeDir = 6; // always need this. Converts "~" into "/home/turing"
}