File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,18 @@ app-pkg-upload: dist/SLIP-39-$(VERSION).pkg.upload-package
192192# Build the windows .msi installer. Must build and sign the .exe first
193193#
194194build/exe.$(CXFREEZE_EXT ) /SLIP-39.exe :
195- echo -e " \n\n*** Building $@ "
195+ @ echo -e " \n\n*** Building $@ "
196196 @$(PY3 ) setup.py build_exe > cx_Freeze.build_exe.log \
197197 && echo -e " \n\n*** $@ Build successfully:" \
198198 || ( echo -e " \n\n!!! $@ Build failed:" ; tail -20 cx_Freeze.build_exe.log; false )
199199
200200dist/slip39-$(VERSION ) -win64.msi : build/exe.$(CXFREEZE_EXT ) /SLIP-39.exe # signing-check
201- # echo -e "\n\n*** Signing $<"
201+ # @ echo -e "\n\n*** Signing $<"
202202 # $(SIGNTOOL) sign /v /t \
203203 # http://timestamp.digicert.com \
204204 # /n "$(DEVID)" \
205205 # $<
206- echo -e " \n\n*** Package $@ "
206+ @ echo -e " \n\n*** Package $@ "
207207 @$(PY3 ) setup.py bdist_msi > $cx_Freeze .bdist_msi.log \
208208 && echo -e " \n\n*** $@ Build successfully:" \
209209 || ( echo -e " \n\n!!! $@ Build failed:" ; tail -20 cx_Freeze.bdist_msi.log; false )
You can’t perform that action at this time.
0 commit comments