We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e0661 commit db0ec07Copy full SHA for db0ec07
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
python-version: 3.12
29
- run: pip install -r requirements.txt pyinstaller Pillow
30
- - run: pyinstaller main.py --onefile --collect-data=grapheme --name=ncp-${{ matrix.name }}
+ - run: pyinstaller main.py --onefile --collect-data=grapheme --copy-metadata readchar --name=ncp-${{ matrix.name }} --hidden-import util.inquirer_console_render
31
- run: ./dist/ncp-${{ matrix.name }} --help
32
- run: |
33
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
0 commit comments