Skip to content

Commit a947006

Browse files
committed
chore: fix makefile leftovers
Signed-off-by: Michele Meloni <[email protected]>
1 parent 8df3791 commit a947006

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ CHANGELOG.md.next-tag:
161161
clean/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
215215
dist/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 ########################################################################

0 commit comments

Comments
 (0)