-
Notifications
You must be signed in to change notification settings - Fork 21
How to make a release
Daniel Tigse edited this page Dec 17, 2020
·
9 revisions
- Go to signal_interface and run
node-gyp configure build
- Go to electron_app and run
yarn install
You need the following files: (to be continued)
Run
yarn clear-build
yarn package
-
yarn release
The last command will create the necessary files intoelectron_app/src/dist/MacInstaller
Run
yarn clear-build
yarn package
-
yarn release
The last command will create the necessary files intoelectron_app/src/dist/LinuxInstaller
Run
yarn clear-build
yarn package
- Insert Digicert USB
yarn release
- Previous step will generate the exe files. Copy the files Criptext_${version}.exe , Criptext_latest.exe and latest.yml to setup folder.
- Generate CriptextSetup.EXE with iexpress.exe (You can access it via Windows + R). Use the .SED file located in setup folder or create a new one with the same program.
- cd [path to setup folder]
- Once generate it sign it with in Developer command prompt: signtool sign /f criptextinc.cer CriptextSetup.EXE as ADMIN
- Upload the criptext setup, and criptext exes to Amazon S3.