diff --git a/src/App.tsx b/src/App.tsx index 6382a67..1613ffc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -30,7 +30,8 @@ export default function App() { } ] } - ] + ], + url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.9/latest.zip' }, { text: 'v1.0.8', @@ -60,7 +61,8 @@ export default function App() { } ] } - ] + ], + url: '' }, { text: 'v1.0.7', @@ -91,7 +93,8 @@ export default function App() { } ] } - ] + ], + url: '' } ]; @@ -117,9 +120,14 @@ export default function App() { {detailItems} - + + + + );