Update README.md

This commit is contained in:
beerpsi 2024-04-29 16:55:06 +00:00
parent 100f3edd44
commit 89c23950cf
1 changed files with 2 additions and 2 deletions

View File

@ -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.