Update comments

This commit is contained in:
Neil Alexander 2021-03-07 13:57:44 +00:00
parent 455d3f0c8a
commit b48583a642

View file

@ -1,9 +1,7 @@
#!/bin/bash #!/bin/bash
# This script generates an MSI file for Yggdrasil for a given architecture. It # This script generates an MSI file for Yggdrasil for a given architecture. It
# needs to run on Windows within MSYS2 and Go 1.16 or later must be installed on # needs to run on Linux or macOS with Go 1.16, wixl and msitools installed.
# the system and within the PATH. This is ran currently by Appveyor (see
# appveyor.yml in the repository root) for both x86 and x64.
# #
# Author: Neil Alexander <neilalexander@users.noreply.github.com> # Author: Neil Alexander <neilalexander@users.noreply.github.com>