You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting Electron package seems to run fine on a number of Linux distributions, but to run on the (now out of date) Ubuntu 12.04, you may need to install a couple packages from the package manager on the end-user system:
78
+
The resulting Electron package seems to run fine on a number of Linux distributions, but to run on some systems you may need to install a couple packages from the package manager on the end-user system:
79
79
80
80
```bash
81
81
apt-get install libnss3
@@ -200,5 +200,4 @@ The `InterSpec` module is really a shared library that node.js loads, therefore
200
200
201
201
202
202
## Future Work
203
-
- In the future the build process may be improved to do the final packaging through CMake.
204
-
- launch_options.json is intended to allow users to customize behaviors (like allow multiple windows, or not), but is not actually implemented.
203
+
- In the future the build process may be improved to do the final packaging through CMake.
0 commit comments