Skip to content

Commit

Permalink
Remove picopass, add readme (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: hedger <hedger@nanode.su>
  • Loading branch information
bettse and hedger authored May 9, 2024
1 parent 53510b3 commit c339ab1
Show file tree
Hide file tree
Showing 73 changed files with 6 additions and 8,623 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
fi
- name: Build & lint all apps
id: build-all
if: steps.changed-files.outputs.all_changed_and_modified_files == ''
run: |
BUILD_FAILED=0
Expand All @@ -88,11 +89,13 @@ jobs:
fi
- name: Gather build artifacts
if: steps.build-all.conclusion == 'success'
run: |
mkdir -p dist
cp -v $( find . -name '*.fap' ) dist/
- name: Upload all .fap files
if: steps.build-all.conclusion == 'success'
uses: actions/upload-artifact@v4
with:
name: faps
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "air_arkanoid/engine"]
path = air_arkanoid/engine
url = https://github.com/flipperdevices/flipperzero-game-engine.git
[submodule "picopass/plugin"]
path = picopass/plugin
url = https://gitlab.com/bettse/flipper-wiegand-plugin.git
Binary file removed picopass/125_10px.png
Binary file not shown.
37 changes: 0 additions & 37 deletions picopass/application.fam

This file was deleted.

Loading

0 comments on commit c339ab1

Please sign in to comment.