Skip to content

Commit f853575

Browse files
Add skip button image
Signed-off-by: Akaalroop Singh <akaal@akaalroop.com>
1 parent 0e94279 commit f853575

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
- name: Build Windows x86_64
158158
if: env.SHOULD_RELEASE == 'true'
159159
run: |
160-
sudo apt-get update && sudo apt-get install -y mingw-w64
160+
sudo apt-get update && sudo apt-get install -y mingw-w64 musl-tools
161161
cargo build --release --target x86_64-pc-windows-gnu
162162
cp -r assets target/x86_64-pc-windows-gnu/release/
163163

assets/skip_button.png

379 Bytes
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>CloudCat - Online official version!</title>
66
<meta charset="UTF-8" />
77
<meta name="viewport" content="width=device-width" />
8-
<meta name="description" content="A fun and easy to play game based off the Chrome Dino.">
8+
<meta name="description" content="A fun and easy to play game based off the Chrome Dino game.">
99
<style>
1010
html,
1111
body,

0 commit comments

Comments
 (0)