change storage location and app version

This commit is contained in:
2026-07-07 21:28:20 +02:00
parent 1a65c41458
commit 9d7f653cec
7 changed files with 99 additions and 14 deletions

2
apply_patch.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
cd out && patch -p1 < ../changes.patch && cd -