Skip to content

Commit

Permalink
fdroid.init updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lufebe16 committed Feb 26, 2024
1 parent 44cf52f commit 864e1a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildozer/fdroid.init
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ echo "" > ${tmpdir}/data/images/cards/bottoms/trumps-only/.keep
echo '### prepare cardsets'

./mkcards
cp -a cardsets/* ${tmpdir}/data

cp -a ${cardsets_dir}/* ${tmpdir}/data
echo '### resize 4k images'

./resize4k ${tmpdir}/data/tiles

echo '### eval version'

Expand Down

0 comments on commit 864e1a6

Please sign in to comment.