Rename installers (#6)

* renamed cmder-full to cmder

* renamed cmder-mini folder

* update cmder-mini

* update readme instructions
This commit is contained in:
Eric D. Rohler 2021-06-21 13:26:08 -04:00 committed by GitHub
parent d065419972
commit a04c076b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,12 +15,12 @@ The goal is to distribute it to [winget](https://docs.microsoft.com/en-us/window
1. Clone the repository 1. Clone the repository
1. Create the following directory structure. 1. Create the following directory structure.
1. .\mini\Versions\\**[FULL_VERSION_NUMBER]** e.g. 1.13.8.1106 1. installer\Cmder\Versions\\**[FULL_VERSION_NUMBER]** e.g. 1.13.8.1106
1. .\full\Versions\\**[FULL_VERSION_NUMBER]** e.g. 1.13.8.1106 1. installer\Cmder-mini\Versions\\**[FULL_VERSION_NUMBER]** e.g. 1.13.8.1106
1. Download the release to the correct version path and extract here. 1. Download the release to the correct version path and extract here.
1. Edit VERSION Variable in the .nsi scripts. It's the first variable in the each file. 1. Edit VERSION Variable in the .nsi scripts. It's the first variable in the each file.
1. [Cmder.nsi](https://github.com/edrohler/cmder-installer/blob/main/installer/full/Cmder.nsi)
1. [Cmder-mini.nsi](https://github.com/edrohler/cmder-installer/blob/main/installer/mini/Cmder-mini.nsi) 1. [Cmder-mini.nsi](https://github.com/edrohler/cmder-installer/blob/main/installer/mini/Cmder-mini.nsi)
1. [Cmder-full-msi](https://github.com/edrohler/cmder-installer/blob/main/installer/full/Cmder-full.nsi)
1. Launch NSIS. 1. Launch NSIS.
1. Compile the scripts by navigating to the cloned repo. 1. Compile the scripts by navigating to the cloned repo.
1. Create a release in repository. 1. Create a release in repository.