Projects STRLCPY got-your-back Commits d025e81b
🤬
  • ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 324 lines
    325 325   - name: Build GYB with PyInstaller
    326 326   if: matrix.goal != 'test'
    327 327   run: |
    328  - "${PYTHON}" -OO -m PyInstaller --clean --noupx --strip --onefile --distpath=gyb gyb.spec
     328 + "${PYTHON}" -m PyInstaller --clean --distpath=gyb gyb.spec
    329 329   if [ -x "$(command -v realpath)" ]; then
    330 330   realpath=realpath
    331 331   else
    skipped 148 lines
Please wait...
Page is in error, reload to recover