Skip to content

Commit

Permalink
fix: correct download link for Fiddle arm7l AppImage (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Feb 2, 2024
1 parent 4ea85a4 commit d5ae5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/fiddle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function FiddlePage() {
appimage: {
x64: `https://github.com/electron/fiddle/releases/download/v${version}/Electron.Fiddle-${version}-x64.AppImage`,
arm64: `https://github.com/electron/fiddle/releases/download/v${version}/Electron.Fiddle-${version}-arm64.AppImage`,
arm7l: `https://github.com/electron/fiddle/releases/download/v${version}/Electron.Fiddle-${version}-armv7hl.AppImage`,
arm7l: `https://github.com/electron/fiddle/releases/download/v${version}/Electron.Fiddle-${version}-armv7l.AppImage`,
},
},
};
Expand Down

0 comments on commit d5ae5d2

Please sign in to comment.