Added missed GPL license to command

This commit is contained in:
NotZippy
2018-04-15 21:09:59 -07:00
parent 97ec142262
commit 7e501b8a65
3 changed files with 22 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,4 @@
{{if eq .RunMode "dev"}}
{{if .DevMode}}
{{template "debug.html" .}}
{{end}}
</body>