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 325a6ce commit 4618538Copy full SHA for 4618538
src/pages/resources.js
@@ -25,6 +25,10 @@ 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
+ description: 'A template for bundling binaries into installers using GitHub actions',
31
+ githubLink: 'https://github.com/TolinSimpson/neutralinojs-build-automation-template',
32
},
33
];
34
0 commit comments