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,6 +1,6 @@
name: libac_dart
description: "Aria's Creations code library"
version: 1.2.090324+0325
version: 1.2.112524+1156
homepage: "https://zontreck.com"