tweak: embit needs to be declared (#2996)

This commit is contained in:
Arc 2025-02-24 15:05:20 +00:00 committed by GitHub
parent 8641b34a3d
commit 0fc657c55c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
poetry run pip install pyinstaller poetry run pip install pyinstaller
# Build the LNbits binary # Build the LNbits binary
poetry run pyinstaller --onefile --name lnbits --collect-all lnbits --collect-all sqlalchemy --collect-all aiosqlite --hidden-import=passlib.handlers.bcrypt $(poetry run which lnbits) poetry run pyinstaller --onefile --name lnbits --hidden-import=embit --collect-all embit --collect-all lnbits --collect-all sqlalchemy --collect-all aiosqlite --hidden-import=passlib.handlers.bcrypt $(poetry run which lnbits)
cd ../../../../.. cd ../../../../..
chmod +x packaging/linux/AppDir/AppRun chmod +x packaging/linux/AppDir/AppRun
chmod +x packaging/linux/AppDir/lnbits.desktop chmod +x packaging/linux/AppDir/lnbits.desktop