File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ export default function Component() {
27
27
useEffect ( ( ) => {
28
28
const userAgent = window . navigator . userAgent ;
29
29
if ( userAgent . indexOf ( 'Win' ) !== - 1 ) {
30
- setDownloadLink ( 'https://github.com/tmoroney/auto-subs/releases/download/V2.1 /AutoSubs-Win-setup.exe' ) ;
30
+ setDownloadLink ( 'https://github.com/tmoroney/auto-subs/releases/latest/download /AutoSubs-Win-setup.exe' ) ;
31
31
} else if ( userAgent . indexOf ( 'Mac' ) !== - 1 ) {
32
- setDownloadLink ( 'https://github.com/tmoroney/auto-subs/releases/download/V2.1 /AutoSubs-Mac-ARM.pkg' ) ;
32
+ setDownloadLink ( 'https://github.com/tmoroney/auto-subs/releases/latest/download /AutoSubs-Mac-ARM.pkg' ) ;
33
33
} else {
34
34
setDownloadLink ( 'https://github.com/tmoroney/auto-subs/releases' ) ;
35
35
}
@@ -391,4 +391,4 @@ export default function Component() {
391
391
</ footer >
392
392
</ div >
393
393
)
394
- }
394
+ }
You can’t perform that action at this time.
0 commit comments