K
K
Kirill Petrov2018-02-11 07:47:29
Node.js
Kirill Petrov, 2018-02-11 07:47:29

How to make a portable (from one executable file) application for PC using html/css/js?

Greetings. The task is to make a file manager on html, css, js from one executable file (.exe for Windows). Since the scripts running inside the browser do not have access to the file system, I thought to do it on electron js. But it cannot pack everything into 1 executable file (I did not find such a manual). Only packaging in the installer.
I ask for advice, what tools to use to accomplish this task? Preferably multi-platform...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Astrohas, 2018-02-11
@Astrohas

Make a fake filesystem through Enigma Virtualbox. Read more ( https://github.com/electron/electron/issues/914 )

K
Kirill Kudryavtsev, 2018-02-11
@Deissh

There is an Electron-builder for building a project into one exe (well, or whatever you need there). And for processing the FS system, you need to configure the build'er (I don't know for sure now).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question