# sb3toexe-tools **Repository Path**: sysdl132/sb3toexe-tools ## Basic Information - **Project Name**: sb3toexe-tools - **Description**: scratch to exe file - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sb3toexe-tools scratch to exe file you can: 1.download nw.js from: [NWJS](https://nwjs.io/) TIP: Chinese downloaders can go to [NWJS Chinese web](https://nwjs.org.cn) or download at: [fastest download](http://npm.taobao.org/mirrors/nwjs/) or [baidu drive|code is:ivh3](https://pan.baidu.com/share/init?surl=zxrQBgjGJ6WcCp4BXZV6gA) 2.web to:[htmlifier](https://sheeptester.github.io/words-go-here/htmlifier/) 3.change your .sb3 file to .html file. 4.make:package.json to the nwjs fileclip.like: ``` { "name": "name", "main": "project.html", "icons": { "16": "icon.png"} } ``` 5.make icon.png and icon.ico to nwjs fileclip. 6.then run "nwjs.exe". 7.you can package it at makesfx.exe # makesfx settings you need fill: sourse folder:nwjs folder target sfx file: sfx file name sfx icon: custom, icon file extract files into ... executable file: nwjs.exe 8.CLICK MAKE SFX FILE TO MAKE FILE!