mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
4 lines
211 B
Batchfile
4 lines
211 B
Batchfile
REM this requires some kind of cygwin toolset in $PATH
|
|
REM or just having sed(1) at a minimum
|
|
set /P RELEASE_NAME=<..\..\..\motto.txt
|
|
sed -i "s/RELEASE_CODENAME/%RELEASE_NAME%/g" ..\..\Properties\AssemblyInfo.cs |