From 89c23950cf4030248dbde8a9db5c3b0c335db310 Mon Sep 17 00:00:00 2001 From: beerpsi Date: Mon, 29 Apr 2024 16:55:06 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b43d43..611f5dc 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ in actaeon source tree: # then run the commands below patch -p1 -i actaeon-portable.patch npm i -npm run exe +sh build-exe.sh ``` -target executable is in `.next/standalone/actaeon.exe`. +target executable is `actaeon.exe`. to pack for distribution, also bundle at least the `migrations` and `public` folders. \ No newline at end of file