mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 14:59:24 -04:00
Merge pull request #209 from mkinney/add_modules_for_building_single_executables
collect the meshtastic libs
This commit is contained in:
3 files changed
+3
-3
No files matched your search
@@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
pyinstaller -F -n meshtastic meshtastic/__main__.py
|
||||
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: meshtastic
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
pyinstaller -F -n meshtastic meshtastic/__main__.py
|
||||
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: meshtastic
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
pip install pyinstaller
|
||||
pip install -r requirements.txt
|
||||
pyinstaller -F -n meshtastic meshtastic/__main__.py
|
||||
pyinstaller -F -n meshtastic --collect-all meshtastic meshtastic/__main__.py
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: meshtastic
|
||||
|
||||
Reference in new issue
Block a user