Add 2.4.1 download links

This commit is contained in:
clobber
2023-12-30 01:54:32 -07:00
parent 0b1115888a
commit d57d7d66eb
+3 -3
View File
@@ -3,12 +3,12 @@ var oe = new Vue({
el: '.page',
data: {
details: {
version: '2.4',
version: '2.4.1',
req: '10.14.4'
},
download: {
latest: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.4/OpenEmu_2.4.zip',
experimental: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.4/OpenEmu_2.4-experimental.zip'
latest: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.4.1/OpenEmu_2.4.1.zip',
experimental: 'https://github.com/OpenEmu/OpenEmu/releases/download/v2.4.1/OpenEmu_2.4.1-experimental.zip'
},
intro: [
{ th: 'intro-th1.jpg', main: 'intro-nes-grid.png', active: true },