Ver Fonte

Merge subghz_playlist_creator from https://github.com/coolerUA/Sub-Ghz-Playlist-Creator

WillyJL há 7 meses atrás
pai
commit
80f30dc1dd

+ 41 - 0
subghz_playlist_creator/.github/workflows/build.yml

@@ -0,0 +1,41 @@
+name: "FAP: Build for multiple SDK sources"
+# This will build your app for dev and release channels on GitHub. 
+# It will also build your app every day to make sure it's up to date with the latest SDK changes.
+# See https://github.com/marketplace/actions/build-flipper-application-package-fap for more information
+
+on:
+  push:
+    ## put your main branch name under "branches"
+    branches: 
+     - main 
+  pull_request:
+  schedule: 
+    # do a build every day
+    - cron: "1 1 * * *"
+
+jobs:
+  ufbt-build:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        include:
+          - name: dev channel
+            sdk-channel: dev
+          - name: release channel
+            sdk-channel: release
+          # You can add unofficial channels here. See ufbt action docs for more info.
+    name: 'ufbt: Build for ${{ matrix.name }}'
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v4
+      - name: Build with ufbt
+        uses: flipperdevices/flipperzero-ufbt-action@v0.1
+        id: build-app
+        with:
+          sdk-channel: ${{ matrix.sdk-channel }}
+      - name: Upload app artifacts
+        uses: actions/upload-artifact@v4
+        with:
+          # See ufbt action docs for other output variables
+          name: ${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
+          path: ${{ steps.build-app.outputs.fap-artifacts }}

+ 2 - 2
subghz_playlist_creator/README.md

@@ -29,11 +29,11 @@ A Flipper Zero application for creating and managing playlists of .sub files.
 
 ## Playlist Format
 
-Playlists are stored as simple text files in the `/ext/subghz/playlists` directory. Each line in the playlist file contains the full path to a .sub file.
+Playlists are stored as simple text files in the `/ext/subghz/playlist` directory. Each line in the playlist file contains the full path to a .sub file.
 
 ## Notes
 
-- Playlists are stored in `/ext/subghz/playlists` directory
+- Playlists are stored in `/ext/subghz/playlist` directory
 - Each playlist is saved as a .txt file
 - The application only works with .sub files
 - Make sure your SD card has enough space for the playlists