Awesome
rePacker
Creates a Discord-like setup, full.distro and delta.distro (experimental)
Roadmap
*.distro
- delta.distro compiling
Usage
- Update Electron version if needed
- Create
input
folder and createinstaller_info.json
file from project root directory. - Place in all the files into input as if it's a Discord app directory without Electron stuff, like:
installer.db
,app.ico
and reUpdater in the updater folder - Put in infor in
installer_info.json
, for example:
{
"authors": "Howdycord Team",
"owners": "Howdycord Team",
"exe": "Howdycord.exe",
"description": "Howdycord - https://howdycordapp.com",
"title": "Howdycord",
"name": "Howdycord",
"setupExe": "HowdycordSetup.exe"
}
- Run
npm run start
- Pack in the contents of
packAsTarBr
as .tar.br and rename it asfull.distro