Switch to javascript main
This commit is contained in:
parent
36617a801b
commit
7b9c106810
13
main.js
Normal file
13
main.js
Normal 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");
|
||||
});
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "IPENtool",
|
||||
"main": "index.html",
|
||||
"main": "main.js",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"util",
|
||||
|
Loading…
x
Reference in New Issue
Block a user