🔧 Compile

🔧 Compile#

Important

These instructions are tailored for astral-sh/uv.

Download source code#
git clone https://github.com/onejeuu/sc-file.git
cd sc-file
Compile without GUI#
uv run --group build scripts/build.py
Compile with GUI#
uv run --group build --extra gui scripts/build.py

Executable scfile.exe will be created in sc-file/dist directory.