Switch to javascript main

This commit is contained in:
Skylar Ittner 2021-06-30 15:01:46 -06:00
parent 36617a801b
commit 7b9c106810
2 changed files with 14 additions and 1 deletions

13
main.js Normal file
View File

@ -0,0 +1,13 @@
/*
* Copyright 2021 Netsyms Technologies.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
nw.Window.open('index.html', {
id: "com.netsyms.ipentool_mainwindow"
}, function (win) {
win.setMinimumSize(300, 450);
win.setPosition("center");
});

View File

@ -1,6 +1,6 @@
{
"name": "IPENtool",
"main": "index.html",
"main": "main.js",
"version": "1.0.0",
"keywords": [
"util",