istg if that was the problem

This commit is contained in:
Kodi Craft 2025-03-25 19:05:42 +01:00
parent ac23c993d0
commit 5c0cf083d9
Signed by: kodi
GPG Key ID: 69D9EED60B242822
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,6 @@
{
"src": "src/startup.lua",
"dest": "/startup.lua",
"hash": "07219cd9561b41ce1f39209958076c471b17855679c968b42767b0122423c782"
"hash": "af53be08c9478e5cb5fcb876ce580a2b45a69f191f60e466b88a4354dac1713a"
}
]

View File

@ -1 +1,2 @@
print("Hello, World!")

View File

@ -4,7 +4,7 @@
open index.json
| each {|entry|
{src: $entry.src, dest: $entry.dest,
hash: (cat $entry.src | hash sha256)}
hash: (open $entry.src | hash sha256)}
}
| collect
| save -f index.json