mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
10 lines
263 B
Bash
Executable File
10 lines
263 B
Bash
Executable File
#! /bin/bash
|
|
|
|
BUILDVERSION=${1:-./BuildVersion/BuildVersion.exe}
|
|
|
|
$BUILDVERSION --namespace org.herbal3d.convoar \
|
|
--verbose \
|
|
--version $(cat VERSION) \
|
|
--versionFile convoar/VersionInfo.cs \
|
|
--assemblyInfoFile convoar/Properties/AssemblyInfo.cs
|