Skip to content

Commit 081f594

Browse files
committed
Execution fix-ups
1 parent f5bbbe5 commit 081f594

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
*.lai
1111
*.la
1212
*.a
13-
genfatfs
1413
node_modules/
1514
prebuilds/

genfatfs

100755100644
-57.1 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "genfatfs",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "fat filesystem generator for embedded systems",
55
"bin": "genfatfs",
66
"main": "index.js",
77
"scripts": {
88
"BigRedButton": "scripts/BigRedButton",
9-
"install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz"
9+
"install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz",
10+
"start": "./genfatfs"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)