9 lines
247 B
Bash
9 lines
247 B
Bash
#!/bin/bash
|
|
# irpg-release.sh
|
|
#
|
|
# BASH version of the Release maker
|
|
#
|
|
# Run this after building all of the projects in this solution, to make
|
|
# zipped releases.
|
|
# This file is not yet written. Please use the MS Build version, irpg-release.csproj.
|