Skip to content

Commit ffd5288

Browse files
committed
Update /dl/ links
Fixes efck-chat-keyboard/efck#35
1 parent ead0d2d commit ffd5288

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

content/pages/download.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ EFCK Chat Keyboard runs <del>well</del><ins>decently</ins> on all major desktop
1313
<svg style="width: 2em" xmlns="http://www.w3.org/2000/svg" color="#0078d4" viewBox="0 0 24 24"><path d="M0 0h11.4v11.4H0Zm12.6 0H24v11.4H12.6ZM0 12.6h11.4V24H0Zm12.6 0H24V24H12.6"/></svg>
1414
Windows</summary>
1515

16-
[Windows installer EXE](/dl/win.html){: target=_blank}, 23 MB
16+
[Windows installer EXE](/dl/win.html){: target=_blank}, 26 MB
17+
[Windows portable ZIP](/dl/win-zip.html){: target=_blank}, 38 MB
1718

1819
<hr style="margin-top:4em">
1920

@@ -45,7 +46,7 @@ _Microsoft Developer Account_. 🕴
4546
<summary itemprop="operatingSystem">
4647
<svg style="width: 2em;" xmlns="http://www.w3.org/2000/svg" color="gray" viewBox="0 0 24 24"><path d="M12.2 6.9c-1 0-2.5-1-4-1-2 0-4 1.1-5 3-2 3.6-.5 9 1.5 12 1 1.5 2.3 3.2 3.8 3.1 1.6 0 2.1-1 4-1 1.8 0 2.3 1 4 1 1.6 0 2.6-1.5 3.6-3a13 13 0 0 0 1.7-3.4 5.3 5.3 0 0 1-.6-9.4 5.6 5.6 0 0 0-4.4-2.4C14.8 5.6 13 7 12.2 7zm3.3-3c.9-1 1.4-2.5 1.3-3.9-1.2 0-2.7.8-3.6 1.8A5 5 0 0 0 12 5.5c1.3.1 2.7-.7 3.5-1.7"/></svg>
4748
macOS</summary>
48-
macOS package, 25 MB, flexible pricing:
49+
macOS package, 27 MB, flexible pricing:
4950
<form id="buy-form" action="https://www.buymeacoffee.com/__k_"><label>💲 <input type="number" value="5" min=0 style="width: 7ch"></label> <button type="submit">Buy for $5</button></form>
5051
<script>
5152
let [f, input, btn] = document.querySelectorAll('#buy-form, #buy-form input, #buy-form button');
@@ -117,7 +118,7 @@ _Apple Developer Program_. 🕴
117118
![ ]({static}/images/linux.webp){: style="width: 2em;"}
118119
GNU/Linux</summary>
119120

120-
[Generic GNU/Linux x64 binary archive](/dl/linux.html){: target=_blank} (X11/Wayland), 54 MB
121+
[Generic GNU/Linux x64 binary archive](/dl/linux.html){: target=_blank} (X11/Wayland), 63 MB
121122

122123
[Debian / Ubuntu / Linux Mint DEB package](/dl/debian.html){: target=_blank}, 150 kB
123124

content/static/dl/debian.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html><head><meta http-equiv="refresh" content="0; url=https://github.com/efck-chat-keyboard/efck/releases/latest/download/efck-chat-keyboard_1.0-1_all.deb"></head></html>
2+
<html><head><meta http-equiv="refresh" content="0; url=https://github.com/efck-chat-keyboard/efck/releases/latest/"></head></html>
33
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXD78DNM6S"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-JXD78DNM6S');</script>
44
<script>setTimeout(() => window.close(), 5000)</script>
55
</head><body>Downloading ...

content/static/dl/win-zip.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<html><head><meta http-equiv="refresh" content="0; url=https://github.com/efck-chat-keyboard/efck/releases/download/latest/efck-chat-keyboard-portable-win64.zip"></head></html>
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXD78DNM6S"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-JXD78DNM6S');</script>
4+
<script>setTimeout(() => window.close(), 5000)</script>
5+
</head><body>Downloading ...

0 commit comments

Comments
 (0)