@@ -0,0 +1,15 @@
+const { app } = require('electron');
+
+class OpenSoftware {
+ constructor () {
+ if (typeof this.instance === 'object') {
+ return this.instance;
+ }
+ test () {
+ return true;
+}
+module.exports = OpenSoftware;
@@ -13,4 +13,8 @@ module.exports = () => {
// awaken
awaken.setup();
+ // Open third party software
}