actaeon-portable/README.md

13 lines
326 B
Markdown
Raw Normal View History

2024-04-23 21:46:31 +00:00
in actaeon source tree:
2024-04-23 21:44:40 +00:00
```
2024-04-23 21:46:31 +00:00
# set up the build environment variables according to their guide. not my problem
# then run the commands below
2024-04-23 21:44:40 +00:00
patch -p1 -i actaeon-portable.patch
npm i
2024-04-29 16:55:06 +00:00
sh build-exe.sh
2024-04-23 21:44:40 +00:00
```
2024-04-29 16:55:06 +00:00
target executable is `actaeon.exe`.
2024-04-23 21:44:40 +00:00
to pack for distribution, also bundle at least the `migrations` and `public` folders.