Skip to content

An application to compile your Electron application Simply with Squirrel

License

Notifications You must be signed in to change notification settings

TrackZone1/Electron-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Compiler

Electron Compiler is a tool that allows you to compile your electron application easily to make it an executable setup, with options for custom update and download loader, it also allows you to obfuscate your code to avoid bad attention, because yes if you do not know your code will be readable from the computer in question even with using a compilation asar it is possible to decompress it, which is why Electron Compiler offers you the posibility to make the code unreadable (Obfuscate to Maximun).

Screenshots

App Screenshot

Features

  • Easy Use ✅
  • Custom Settings (Name, OutputFile, Loading, Icon, ...) ✅
  • Obfuscate Code ✅

Getting Started

In order for your Electron application to compile correctly check that in your "package.json" you have:

"start": "electron ." 
"build": { // Not require (Recommanded)
  "files": [
    "node_modules/**/*",
    "package.json"
   ]
}

Acknowledgements

License

GNU General Public License v3.0

About

An application to compile your Electron application Simply with Squirrel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published