Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dolthub/windows-msi-creator

One stop shop for creating Windows MSI binaries for Dolt releases.
https://github.com/dolthub/windows-msi-creator

Last synced: 3 days ago
JSON representation

One stop shop for creating Windows MSI binaries for Dolt releases.

Awesome Lists containing this project

README

        

# Windows MSI Creator for Dolt

## Steps

1. Create the `archives` & `output` folders if they do not exist.
2. Copy `dolt-windows-amd64.zip` to the `archives` folder.
* You may also copy `dolt-windows-386.zip` if you want to create a 32-bit installer.
3. Run `process.bat` in the Windows Command Prompt.
* Verify that the version displayed is the version that is expected. Should be in the form of `'X.X.X'`.
* `warning LGHT1076 : ICE90` may be safely ignored.
4. Grab the files from the `output` folder.
* You may remove the files from the `archives` folder as they're no longer necessary.