This commit is contained in:
2022-06-12 11:32:37 -04:00
parent 7ffc20ac02
commit 4c5371a6a9
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -6,3 +6,4 @@ services:
image: node
commands:
- npm install
- npm electron-packager . AviationAssistantLink
+2 -1
View File
@@ -22,6 +22,7 @@
"custom-electron-titlebar": "^4.1.0",
"electron": "^17.0.1",
"material-components-web": "^13.0.0",
"material-design-lite": "^1.3.0"
"material-design-lite": "^1.3.0",
"electron-packager": "^15.5.1"
}
}