add missing files when building package
This commit is contained in:
@@ -223,6 +223,7 @@ goto :pre_parse_args
|
|||||||
xcopy ezbookkeeping.exe package\
|
xcopy ezbookkeeping.exe package\
|
||||||
xcopy dist package\public /e /i
|
xcopy dist package\public /e /i
|
||||||
xcopy conf package\conf /e /i
|
xcopy conf package\conf /e /i
|
||||||
|
xcopy templates package\templates /e /i
|
||||||
xcopy LICENSE package\
|
xcopy LICENSE package\
|
||||||
|
|
||||||
cd package
|
cd package
|
||||||
|
|||||||
@@ -206,6 +206,7 @@ build_package() {
|
|||||||
cp ezbookkeeping package/
|
cp ezbookkeeping package/
|
||||||
cp -R dist package/public
|
cp -R dist package/public
|
||||||
cp -R conf package/conf
|
cp -R conf package/conf
|
||||||
|
cp -R templates package/templates
|
||||||
cp LICENSE package/
|
cp LICENSE package/
|
||||||
|
|
||||||
cd package || { echo_red "Error: Build Failed"; exit 1; }
|
cd package || { echo_red "Error: Build Failed"; exit 1; }
|
||||||
|
|||||||
Reference in New Issue
Block a user