File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ CHANGELOG.md.next-tag:
161161clean/dist :
162162 rm -Rf ./dist
163163
164- # SIGNCODE_PVK_PASSWORD='secret' SIGNCODE_PVK={path to pvk file} SIGNCODE_SPC={path to spc file} make dist
164+ # WEBCONSOLE=1 SIGNCODE_PVK_PASSWORD='secret' SIGNCODE_PVK={path to pvk file} SIGNCODE_SPC={path to spc file} make dist
165165# it enables by default webconsole
166166.PHONY : dist
167- dist : dist/webconsole dist/binaries dist/winsign
167+ dist : dist/webconsole webconsole dist/binaries dist/winsign
168168 @echo ' Binaries generation complete. Now vcn signature is needed.'
169169
170170.PHONY : dist/binaries
@@ -194,7 +194,7 @@ dist/winsign:
194194 -n " CodeNotary $$ service" \
195195 -i https://codenotary.io/ \
196196 -t http://timestamp.comodoca.com -tr 10 \
197- dist/$$ service-v0.9.2 -windows-amd64.exe; \
197+ dist/$$ service-v ${VERSION} -windows-amd64.exe; \
198198 rm ./dist/$$ service-v${VERSION} -windows-amd64.exe.bak -f; \
199199 done
200200
@@ -214,6 +214,5 @@ dist/binary.md:
214214.PHONY : dist/webconsole
215215dist/webconsole :
216216 rm -rf webconsole/dist; \
217- wget -qO- https ://github.com/codenotary/immudb-webconsole/releases/latest/download/immudb-webconsole.tar.gz | tar -xvz -C webconsole; \
218-
217+ wget -qO- https ://github.com/codenotary/immudb-webconsole/releases/latest/download/immudb-webconsole.tar.gz | tar -xvz -C webconsole \
219218# ######################### releases scripts end ########################################################################
You can’t perform that action at this time.
0 commit comments