Skip to content

Commit 6982800

Browse files
authored
Merge pull request #745 from thechriskent/Pet-Icons
Pet icons
2 parents feab43a + b424ac7 commit 6982800

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+90
-7
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- name: Extract cats and frogs
26+
- name: Extract cats frogs and bunnies
2727
run: cd media && unzip -P ${{ secrets.EXTRA_ASSETS }} extra.zip && rm -f extra.zip
2828
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
29+
- name: Extract extra icons
30+
run: cd media && unzip extraIcons.zip && rm -f extraIcons.zip
31+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
2932
- run: npm ci
3033
- run: npm run compile
3134
- run: npm run lint

β€Žmedia/.gitignoreβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
unused/
22
cat/
3-
frog/
3+
frog/
4+
bunny/

β€Žmedia/chicken/icon.pngβ€Ž

1.01 KB

β€Žmedia/clippy/icon.pngβ€Ž

248 Bytes

β€Žmedia/clippy/icon_black.pngβ€Ž

228 Bytes

β€Žmedia/clippy/icon_brown.pngβ€Ž

244 Bytes

β€Žmedia/clippy/icon_yellow.pngβ€Ž

248 Bytes

β€Žmedia/cockatiel/icon.pngβ€Ž

322 Bytes

β€Žmedia/crab/icon.pngβ€Ž

202 Bytes

β€Žmedia/deno/icon.pngβ€Ž

230 Bytes

0 commit comments

Comments
Β (0)