tweak: embit needs to be declared (#2996)
This commit is contained in:
parent
8641b34a3d
commit
0fc657c55c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/packaging.yml
vendored
2
.github/workflows/packaging.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
poetry run pip install pyinstaller
|
||||
|
||||
# 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 ../../../../..
|
||||
chmod +x packaging/linux/AppDir/AppRun
|
||||
chmod +x packaging/linux/AppDir/lnbits.desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue