Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.18 KB

ryanobinder

Requirements

Prerequisites

  • Adjust manifest.sample.json to your infrastructure and rename to manifest.json
  • Adjust environment.sample.ts, copy and rename both to environment.ts(dev) and environment.prod.ts(prod)
  • Place neutralino binaries into neutralino/bin

Build

  • Compile (Ahk2Exe) Hitman-Binder.ahk
  • run pnpm install
  • run pnpm neutralino:build
  • rename built executable (see Naming Scheme)

Naming Scheme

Loader: /^ryanobinder v\d+\.\d+.\d+(-alpha|-beta)*.exe$/ig

Folder Structure

🖥️ client/
├── 📄 resources.neu
├── 💿 ryanobinder v1.0.0.exe
└── 📄 update.json


☁️ server/
├── 📁 dll/
│   ├── 📄 dx9_overlay.dll
│   ├── 📄 sampcac-loader.dll
│   └── 💿 sampcac-loader.exe
├── 📁 files/
│   └── 💿 Hitman-Binder.exe
├── 📄 manifest.json
├── 📄 resources.neu
└── 📄 update.json