Skip to content

ryanocf/ryanobinder

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published