diff options
| author | Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | 2024-04-02 14:56:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 14:56:13 +0300 |
| commit | caa564ce2371f3bc478cc1916169d97291ffeac6 (patch) | |
| tree | 2e2316d715d8019a19094e0d6e5cdc7d224c7bd8 /.github | |
| parent | 242feeccaf18f8b8b2ff08d685937e5037749603 (diff) | |
Live introduction message (#239)
* Live introduction
* Add intro file into pyinstaller in CI/CD pipelines
* Do not exit if file fallback failed for some reason
* Make the intro message full colored
* Check for a newer version from github releases
* Rework intro to load the message from robusta API
* Change log of new version error to debug
* Add version query param to fetching intro message
* Fix request arg
* Remove stg from the intro link
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-on-release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index 73f48be..f3c3ae1 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -85,6 +85,7 @@ jobs: pyinstaller krr.py mkdir -p ./dist/krr/grapheme/data cp $(python -c "import grapheme; print(grapheme.__path__[0] + '/data/grapheme_break_property.json')") ./dist/krr/grapheme/data/grapheme_break_property.json + cp ./intro.txt ./dist/krr/intro.txt - name: Zip the application (Unix) if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' |
