Skip to content

Commit fe15a81

Browse files
committed
Added build files
1 parent de09dff commit fe15a81

5 files changed

Lines changed: 4425 additions & 423 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.idea
3-
web/dist
3+
web/dist
4+
dist

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ Monitoring software for the BMS, running on node.js and electron
77
npm install
88
npm start
99
```
10+
11+
## Windows Portable EXE
12+
13+
Run this on Windows after installing dependencies:
14+
15+
```bash
16+
npm run build:win-portable
17+
```
18+
19+
The portable executable will be written to the `dist` folder.

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"2509A08F06B8": "Antipus",
33
"846EA08F06B8": "Benjamin",
44
"4B75419786B9": "Corianton",
5-
"DDD": "David",
5+
"755DA08F86B8": "David",
66
"EEE": "Ether",
7-
"FFF": "Fury",
7+
"0458A08806B8": "Fury",
88
"GGG": "Gideon",
9-
"HHH": "Hagoth",
9+
"7B0F419706B9": "Hagoth",
1010
"III": "Ishmael"
1111
}

0 commit comments

Comments
 (0)