From 28a8eb137042e9c616a237fb421a45d3f23f2339 Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Sat, 28 Sep 2024 15:29:35 +0800 Subject: [PATCH] Added link to source code archive --- src/App.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) 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} - + + + + );