Patch to build Actaeon as a single-executable NodeJS application
Go to file
beerpsi 89c23950cf Update README.md 2024-04-29 16:55:06 +00:00
README.md Update README.md 2024-04-29 16:55:06 +00:00
actaeon-portable.patch Move build script to a seperate file 2024-04-29 16:54:14 +00:00

README.md

in actaeon source tree:

# set up the build environment variables according to their guide. not my problem
# then run the commands below
patch -p1 -i actaeon-portable.patch
npm i
sh build-exe.sh

target executable is actaeon.exe.

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