diff --git a/BUILD.md b/BUILD.md index e7c4c3e..f3bbd22 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,33 +1,17 @@ NSIS Nullsoft Scriptable -> $APPDATA\Espanso\ -`pyinstaller playbtw_core.spec --clean --distpath dist_core/scripts` +`pyinstaller playbtw_build.spec --clean --noconfirm --distpath dist_playbtw/scripts` -`pyinstaller playbtw_example.spec --clean --distpath dist_example/scripts` +`pyinstaller playbtw_dist.spec --clean --noconfirm --distpath dist_playbtw/scripts` -`pyinstaller playbtw_utils.spec --clean --distpath dist_utils/scripts` - -`pyinstaller playbtw_mythic.spec --clean --distpath dist_mythic/scripts` - -`pyinstaller playbtw_pum.spec --clean --distpath dist_pum/scripts` - -`pyinstaller playbtw_gum2.spec --clean --distpath dist_gum2/scripts` - -`pyinstaller playbtw_prompty.spec --clean --distpath dist_prompty/match` - -`pyinstaller playbtw_mune.spec --clean --distpath dist_mune/match` - -`pyinstaller playbtw_opse.spec --clean --distpath dist_opse/match` - -`pyinstaller playbtw_crge.spec --clean --distpath dist_crge/match` - -`pyinstaller playbtw_ai.spec --clean --distpath dist_ai/scripts` - -`pyinstaller playbtw_all.spec --clean --distpath dist_all/scripts` +# Windows -`pyinstaller playbtw_all_ai.spec --clean --distpath dist_all_ai/scripts` +```cmd +pyinstaller playbtw_build.spec --clean --noconfirm --distpath dist_playbtw/scripts && pyinstaller playbtw_dist.spec --clean --noconfirm --distpath dist_playbtw/scripts +``` -# Windows +# Windows No-AI ```cmd -pyinstaller playbtw_core.spec --clean --distpath dist_core/scripts && pyinstaller playbtw_utils.spec --clean --distpath dist_utils/scripts && pyinstaller playbtw_mythic.spec --clean --distpath dist_mythic/scripts && pyinstaller playbtw_pum.spec --clean --distpath dist_pum/scripts && pyinstaller playbtw_gum2.spec --clean --distpath dist_gum2/scripts && pyinstaller playbtw_mune.spec --clean --distpath dist_mune/scripts && pyinstaller playbtw_prompty.spec --clean --distpath dist_prompty/scripts && pyinstaller playbtw_opse.spec --clean --distpath dist_opse/match && pyinstaller playbtw_crge.spec --clean --distpath dist_crge/match && pyinstaller playbtw_ai.spec --clean --distpath dist_ai/scripts && pyinstaller playbtw_all.spec --clean --distpath dist_all/scripts && pyinstaller playbtw_all_ai.spec --clean --distpath dist_all_ai/scripts -``` \ No newline at end of file +pyinstaller playbtw_build_noai.spec --clean --noconfirm --distpath dist_playbtw/scripts && pyinstaller playbtw_dist_noai.spec --clean --noconfirm --distpath dist_playbtw/scripts +``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 8308efc..3ab78a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Overview: Performance boosts! PlayBTW now is compiled differently, so it works faster than ever * CHANGED: Build changes reduces storage and CPU usage significantly when running +* CHANGED: Build scripts are way snappier now, faster to compile * CHANGED: Made pull function snappier, so it doesn't take so many resources * CHANGED: no-AI option allows building PbtW without AI support (lightweight build)