1
0

initial commit

This commit is contained in:
2025-10-21 07:58:47 -05:00
commit 19adc4e2b0
144 changed files with 107723 additions and 0 deletions

12
run_release.cmd Normal file
View File

@@ -0,0 +1,12 @@
@echo off
set ROOT=%~dp0%
pushd "%ROOT%"
call build_release_x64.cmd
pushd "%ROOT%dist\Release"
start siadrive.exe
popd
popd