Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dolthub/windows-msi-creator
- Owner: dolthub
- Created: 2020-01-23T21:18:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:41:30.000Z (26 days ago)
- Last Synced: 2024-12-07T15:27:41.337Z (26 days ago)
- Language: Batchfile
- Size: 6.26 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.rtf
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.