- node LTS version (nodejs.org)
npm
,neutralino/[email protected]
,angular/[email protected]
globally installed- Autohotkey v1
- Adjust
manifest.sample.json
to your infrastructure and rename tomanifest.json
- Adjust
environment.sample.ts
, copy and rename both toenvironment.ts
(dev) andenvironment.prod.ts
(prod) - Place neutralino binaries into
neutralino/bin
- Compile (Ahk2Exe) Hitman-Binder.ahk
- run
pnpm install
- run
pnpm neutralino:build
- rename built executable (see Naming Scheme)
Loader: /^ryanobinder v\d+\.\d+.\d+(-alpha|-beta)*.exe$/ig
🖥️ 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