Created
October 14, 2019 14:36
-
-
Save triacontane/4f8a9be1793054a461d5bf528df1b3a0 to your computer and use it in GitHub Desktop.
ツクールのプロジェクトをダウンロードしたnw.jsで開くためのpackage.jsonの記述
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "", | |
| "main": "PluginDevelopment/index.html?test", | |
| "js-flags": "--expose-gc", | |
| "window": { | |
| "title": "", | |
| "toolbar": false, | |
| "width": 816, | |
| "height": 624, | |
| "icon": "icon/icon.png" | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
「PluginDevelopment」はプロジェクトフォルダ名称