🔧 Compile

🔧 Compile#

Important

This instructions are tailored for astral-sh/uv.

  1. Download project

git clone https://github.com/onejeuu/sc-file.git
cd sc-file
  1. Recommended to create virtual environment

uv venv; .venv\Scripts\activate
  1. Install dependencies

uv sync
  1. Run the build script

uv run scripts/build.py

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