Patch to build Actaeon as a single-executable NodeJS application
Go to file
2024-04-23 21:45:10 +00:00
actaeon-portable.patch Add actaeon-portable.patch 2024-04-23 21:45:10 +00:00
README.md Add README.md 2024-04-23 21:44:40 +00:00

patch -p1 -i actaeon-portable.patch
npm i
npm run exe

target executable is in .next/standalone/actaeon.exe.

to pack for distribution, also bundle at least the migrations and public folders.