Merge pull request #209 from mkinney/add_modules_for_building_single_executables

collect the meshtastic libs
This commit is contained in:
mkinney authored and GitHub committed 2022-01-05 13:36:25 -08:00
commit 7b3c68119c
3 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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