Russian:Это новый уникальный способ превращения web приложения в exe. Для scratch перейдите в Turbowarp и сконвертируйте ваш проект в exe(обязательно переменуйте %scratch-project%.html в index.html.
English:This is a new unique way to turn a web application into an exe. For scratch, go to Turbowarp and convert your project to html(be sure to change%scratch-project%.html in index.html ).
Russian:
1.Подготовка:
Скачайте этот репозиторий.
2.Распаковка и Настройка:
Установите Notepad++ для редактирования текста, Falco Icon Studio для создания иконок и Resource Hacker для редактирования ресурсов.(Все установщики в репозитории, resource hacker в папке resource_hacker)
Распакуйте архив forscratchtoexe.7z в желаемое место.
Переименуйте папку в соответствии с названием вашего приложения.
В каждой папке переименуйте внутренний .exe файл, используя имя вашего приложения.
3.Работа с Веб-Контентом:
Откройте папку www в каталогах x86 и x64.
Поместите файлы вашего веб-приложения в эту папку.
4.Создание Иконок:
Используйте Falco Icon Studio для создания иконок размером 128x128 и 256x256 пикселей с именами icon-128.png и icon-256.png.
Разместите иконки в папке icons внутри x64\www и x86\www.
5.Интеграция Иконок:
Используйте программу для создания иконок, чтобы сформировать иконку размером 256 пикселей.
Включите в иконку изображения меньших размеров до 32 пикселей для поддержки различных разрешений.
6.Редактирование Исполняемого Файла:
Откройте исполняемый файл в программе для редактирования.
Добавьте раздел иконок и назначьте созданную иконку в пустой ресурс.
7.Настройка package.json:
Отредактируйте файл package.json, изменив name приложения, имя окна и, при необходимости, разрешение экрана.
8.Завершение:
Проверьте все изменения и убедитесь, что приложение работает корректно.
PROFIT! Теперь ваше веб-приложение готово к использованию в виде .exe файла.
English:
1. Preparation:
Download this repository.
2. Unpacking and Setup:
Install Notepad++ for text editing, Falco Icon Studio for creating icons, and Resource Hacker for editing resources. (All installers are in the repository, but resource hacker in resource_hacker dir)
Unpack the forscratchtoexe.7z archive to the desired location.
Rename the folder according to the name of your application.
In each folder, rename the internal .exe file using the name of your application.
3. Working with Web Content:
Open the www folder in the x86 and x64 directories.
Place the files of your web application in this folder.
4. Creating Icons:
Use Falco Icon Studio to create icons sized 128x128 and 256x256 pixels with the names icon-128.png and icon-256.png.
Place the icons in the icons folder inside x64\www and x86\www.
5. Integrating Icons:
Use an icon creation program to create an icon sized 256 pixels.
Include images in the icon of smaller sizes down to 32 pixels to support different resolutions.
6. Editing the Executable File:
Open the executable file in the editing program.
Add an icon section and assign the created icon to an empty resource.
7. Setting up package.json:
Edit the package.json file, changing the application name, window name, and if necessary, screen resolution.
8. Completion:
Check all changes and ensure that the application works correctly.
PROFIT! Now your web application is ready for use as an .exe file.