diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html
index 0321e46bc..3f8f50b3f 100644
--- a/apps/fwupdate/custom.html
+++ b/apps/fwupdate/custom.html
@@ -82,6 +82,7 @@ function onInit(device) {
if (crc==46757280) version = "2v11.58";
if (crc==3508163280 || crc==1418074094) version = "2v12";
if (crc==4056371285) version = "2v13";
+ if (crc==1038322422) version = "2v14";
if (!ok) {
version += `(⚠ update required)`;
}
diff --git a/bin/firmwaremaker_c.js b/bin/firmwaremaker_c.js
index 7940e551d..fd8072e06 100755
--- a/bin/firmwaremaker_c.js
+++ b/bin/firmwaremaker_c.js
@@ -1,4 +1,4 @@
-#!/usr/bin/nodejs
+#!/usr/bin/node
/*
Mashes together a bunch of different apps into a big binary blob.
We then store this *inside* the Bangle.js firmware and can use it