Fix: Write locking on windows

On windows this write lock seems to persist even after writing has completed, so we switch to a Random Access File instead by opening then closing the file when done reading or writing to it.
This commit is contained in:
zontreck 2024-11-25 11:57:59 -07:00
parent 1882e19289
commit d7cc626144
3 changed files with 22 additions and 6 deletions

View file

@ -1,3 +1,3 @@
class Constants {
static const VERSION = "1.2.090324+0325";
static const VERSION = "1.2.112524+1156";
}