We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5609f9f commit a10ce00Copy full SHA for a10ce00
src/pages/resources.js
@@ -25,8 +25,9 @@ const templates = [
25
title: 'neutralinojs-react',
26
description: 'A simple React.js template for building Neutralinojs apps',
27
githubLink: 'https://github.com/codezri/neutralinojs-react',
28
- }, {
29
- title: 'neutralinojs-build-automation-template,
+ },
+ {
30
+ title: 'neutralinojs-build-automation-template',
31
description: 'A template for bundling binaries into installers using GitHub actions',
32
githubLink: 'https://github.com/TolinSimpson/neutralinojs-build-automation-template',
33
},
0 commit comments