diff --git a/docs/src/components/DownloadSections/index.tsx b/docs/src/components/DownloadSections/index.tsx index bf2a1dc..4efd084 100644 --- a/docs/src/components/DownloadSections/index.tsx +++ b/docs/src/components/DownloadSections/index.tsx @@ -1,20 +1,42 @@ import styles from "./styles.module.css"; export default function DownloadSections(): JSX.Element { + const version = "v0.0.1"; + const windowUrl = `https://github.com/lerte/zroker/releases/download/${version}/Wails.Build.Windows.Zroker.zip`; + const macosUrl = `https://github.com/lerte/zroker/releases/download/${version}/Wails.Build.macOS.Zroker.zip`; + const linuxUrl = `https://github.com/lerte/zroker/releases/download/${version}/Wails.Build.Linux.Zroker.zip`; + return (
- + + +
- + + +
- + + +