Build portable zip

November 16, 2025 ยท View on GitHub

Prerequisites

  • Node.js 18+
  • npm or yarn

Setup

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build application
npm run build

# Build installer (Windows)
npm run build:setup

# Build portable 7z
npm run build:7z

# Build portable zip
npm run build:zip