mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-03 23:57:23 -04:00
Add output binary comments
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# This script generates portable MUTN release binaries for the following platforms:
|
||||||
|
# - Linux (x86_64_v2)
|
||||||
|
# - Linux (arm64v8.0)
|
||||||
|
# - Linux (arm64v8.7+crypto)
|
||||||
|
# - Windows (x86_64_v2)
|
||||||
|
# - Windows (arm64v8.7+crypto)
|
||||||
|
|
||||||
create_release_binaries() {
|
create_release_binaries() {
|
||||||
printf '\nGenerating release binaries...\n'
|
printf '\nGenerating release binaries...\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user