removed uninstall shortcut and updated readme

This commit is contained in:
Eric D. Rohler
2021-06-18 21:48:56 -04:00
parent 6559faf7d1
commit 3d6b57a6e8
3 changed files with 22 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ The goal is to distribute it to [winget](https://docs.microsoft.com/en-us/window
1. The [latest release](https://github.com/cmderdev/cmder/releases) archive of Cmder.
1. [NSIS](https://nsis.sourceforge.io/Main_Page) installed.
### Steps
### Steps for Installer
1. Clone the repository
1. Create the following directory structure.
@@ -23,5 +23,17 @@ The goal is to distribute it to [winget](https://docs.microsoft.com/en-us/window
1. [Cmder-full-msi](https://github.com/edrohler/cmder-installer/blob/main/installer/full/Cmder-full.nsi)
1. Launch NSIS.
1. Compile the scripts by navigating to the cloned repo.
1. Create a release in repository.
1. Installer artifacts from script compilation.
**More to come...**
## Steps to Publish Winget Manifest
1. Create a new folder for version number under each installer payload e.g. (x.x.x.x).
1. Copy previous release manifests to new release folder.
1. Edit PackageVersion, InstallerUrl and [hash](https://docs.microsoft.com/en-us/windows/package-manager/winget/hash) with new release number. `winget has -f [FILENAME]`
1. Validate manifest with [validate](https://docs.microsoft.com/en-us/windows/package-manager/winget/validate). `winget validate --manifest [FILENAME]`
1. Create new branch for release.
1. Add release manifests.
1. Push changes to fork.
1. Squash merge into forked master.
1. Create pull request in winget-pkg upstream.