Skip to content

Commit

Permalink
update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
SEVA77 committed Nov 29, 2020
1 parent 1944790 commit 205a61b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions Step2-JavaScript/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"app_name": "CircuitSimulator",
"description": "Circuit Simulator version 1.2.0",
"description": "Circuit Simulator version 1.2.1",
"main": "index.html",
"name": "circuitjs1",
"version": "1.2.0",
"version": "1.2.1",
"webexe_settings": {
"blacklist": "",
"custom_script": "",
"download_dir": "",
"export_dir": "output",
"force_download": false,
"linux-x32": false,
"linux-x64": false,
"mac-x64": false,
"linux-x32": true,
"linux-x64": true,
"mac-x64": true,
"nw_compression_level": 0,
"nw_version": "0.17.0",
"output_pattern": "",
"sdk_build": false,
"uncompressed_folder": false,
"whitelist": "",
"windows-x32": false,
"windows-x32": true,
"windows-x64": true
},
"webkit": {},
Expand All @@ -29,8 +29,9 @@
"icon": "icon.png",
"id": "circuitjs1",
"mac_icon": "icon.png",
"min_height": 450,
"min_width": 630,
"title": "Circuit Simulator 1.2.0"
"min_height": 480,
"min_width": 640,
"position": "center",
"title": "Circuit Simulator 1.2.1"
}
}
8 changes: 4 additions & 4 deletions Step2-JavaScript/web2exe.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"download_dir": "",
"export_dir": "output",
"force_download": false,
"linux-x32": false,
"linux-x64": false,
"mac-x64": false,
"linux-x32": true,
"linux-x64": true,
"mac-x64": true,
"nw_compression_level": 0,
"nw_version": "0.17.0",
"output_pattern": "",
"sdk_build": false,
"uncompressed_folder": false,
"whitelist": "",
"windows-x32": false,
"windows-x32": true,
"windows-x64": true
}
}

0 comments on commit 205a61b

Please sign in to comment.