533 B
533 B
exe Packaging
Build
.\build_exe.ps1
This uses PyInstaller and writes the result to dist\vrc_osc\.
Distribution Layout
Place these next to vrc_osc.exe:
config\config.tomlconfig\secrets.tomlconfig\guests.txtruntime\
runtime\ is created on startup if it does not exist.
Notes
src\common\project_paths.pyresolves paths relative to the exe when frozen.- Keep
config\beside the exe. The app does not look inside the PyInstaller temp directory for persistent files.