Commit Graph

6 Commits

Author SHA1 Message Date
Ryan Scott
30b963bb39 Only include bindist-related files in cryptol.msi
Previously, we would include every file in the current `cryptol` checkout in
`cryptol.msi`, which would result in horribly bloated installer files. We now
only include those files under the `dist` directory (created by
`.github/ci.sh bundle_files`), which curates only those files we want to
include in a binary distribution.

While I was in town, I modified the conventioned used in `win32/cryptol.wxs`
so that we no longer need to reference `dist`, which does not show up in
`.tar.gz`-based bindists.

Fixes #977.
2022-05-23 06:47:16 -04:00
Jared Weakly
3bec6cdbb4
Fix windows installer path (#854) 2020-08-05 12:26:41 -07:00
Adam C. Foltzer
1b1cdebdd3 set user path with Windows installer
Closes #198
2016-01-19 18:18:03 -08:00
Adam C. Foltzer
321a9e6f6e allow user to change install location in msi 2016-01-19 18:18:03 -08:00
Adam C. Foltzer
4e31cd7b4c fix license file for Windows installer 2014-04-18 10:51:55 -07:00
Adam C. Foltzer
ba0a0e8576 Initial import from internal repo 2014-04-17 15:34:25 -07:00