mirror of
https://github.com/RogueMaster/flipperzero-firmware-wPlugins.git
synced 2024-11-01 03:32:06 +01:00
ci: considering OFW catalog extracts plugins to another dir
This commit is contained in:
parent
88f08ac752
commit
250197b681
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-ofw-branch.yml
vendored
1
.github/workflows/update-ofw-branch.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
- run: |
|
||||
sed -i 's/apptype=FlipperAppType.PLUGIN,/apptype=FlipperAppType.PLUGIN,\n fal_embedded=True,/' totp/application.fam
|
||||
printf "\n#define TOTP_APP_VERSION_META \"$(git rev-parse --short HEAD).ofw-catalog\"\n" >> totp/version.h
|
||||
sed -i 's~apps_data/totp/plugins/~apps_assets/totp/plugins/~' totp/cli/cli.c
|
||||
- run: |
|
||||
git commit -am "chore: Applied OFW catalog changes"
|
||||
git push -u --force origin master_ofw-catalog
|
||||
|
|
Loading…
Reference in a new issue