Add environment mode to package.

This commit is contained in:
Birkir A. Barkarson
2014-10-31 16:10:22 +01:00
parent 6ea9d159b2
commit 0fd5bcfcba
4 changed files with 20 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
@echo off
{{.BinName}} -importPath {{.ImportPath}} -srcPath %CD%\src -runMode prod
{{.BinName}} -importPath {{.ImportPath}} -srcPath %CD%\src -runMode {{.Mode}}