|
4 | 4 | - text: Installer |
5 | 5 | icon: fa fa-download |
6 | 6 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest.exe |
| 7 | + event: download-windows-exe |
7 | 8 | - text: Portable ZIP |
8 | 9 | icon: fa fa-download |
9 | 10 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-windows-latest.zip |
| 11 | + event: download-windows-zip |
10 | 12 | - text: Portable ZIP |
11 | 13 | icon: fa fa-download |
12 | 14 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-windows-latest-arm64.zip |
13 | 15 | platform: arm64 |
| 16 | + event: download-windows-zip-arm |
14 | 17 | - text: Linux |
15 | 18 | icon: fab fa-linux |
16 | 19 | items: |
17 | 20 | - text: AppImage |
18 | 21 | icon: fa fa-download |
19 | 22 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest.AppImage |
| 23 | + event: download-linux-appimage |
20 | 24 | - text: DEB |
21 | 25 | icon: fa fa-download |
22 | 26 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest.deb |
| 27 | + event: download-linux-deb |
23 | 28 | - text: Snap |
24 | 29 | icon: fas fa-external-link-alt |
25 | 30 | link: https://snapcraft.io/dbgate |
| 31 | + event: download-linux-snap |
26 | 32 | - text: AppImage |
27 | 33 | icon: fa fa-download |
28 | 34 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest-arm64.AppImage |
29 | 35 | platform: arm64 |
| 36 | + event: download-linux-appimage-arm |
30 | 37 | # - text: AppImage |
31 | 38 | # icon: fa fa-download |
32 | 39 | # link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest-armv7l.AppImage |
33 | 40 | # platform: armv7l |
34 | 41 | - text: Flathub |
35 | 42 | icon: fas fa-external-link-alt |
36 | 43 | link: https://flathub.org/apps/org.dbgate.DbGate |
| 44 | + event: download-linux-flathub |
37 | 45 | - text: MacOS |
38 | 46 | icon: fab fa-apple |
39 | 47 | items: |
40 | 48 | - text: Installer |
41 | 49 | icon: fa fa-download |
42 | 50 | platform: Apple+Intel |
43 | 51 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest.dmg |
| 52 | + event: download-macos-combined |
44 | 53 | - text: Installer |
45 | 54 | icon: fa fa-download |
46 | 55 | platform: Apple (arm64) |
47 | 56 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest-arm64.dmg |
| 57 | + event: download-macos-arm |
48 | 58 | - text: Installer |
49 | 59 | icon: fa fa-download |
50 | 60 | platform: Intel (x86) |
51 | 61 | link: https://github.com/dbgate/dbgate/releases/latest/download/dbgate-latest-x64.dmg |
| 62 | + event: download-macos-x86 |
52 | 63 | - text: Web |
53 | 64 | icon: fas fa-globe |
54 | 65 | items: |
55 | 66 | - text: Docker |
56 | 67 | icon: fab fa-docker |
57 | 68 | link: https://hub.docker.com/r/dbgate/dbgate |
| 69 | + event: download-docker |
58 | 70 | - text: NPM |
59 | 71 | icon: fas fa-external-link-alt |
60 | 72 | link: https://www.npmjs.com/package/dbgate-serve |
| 73 | + event: download-npm |
61 | 74 | - text: Source code |
62 | 75 | icon: fas fa-code |
63 | 76 | items: |
64 | 77 | - text: GitHub |
65 | 78 | icon: fab fa-github |
66 | 79 | link: https://github.com/dbgate/dbgate |
| 80 | + event: download-github |
0 commit comments