File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,8 @@ script: |
133
133
make ${MAKEOPTS}
134
134
make ${MAKEOPTS} -C src check-security
135
135
make ${MAKEOPTS} -C src check-symbols
136
- make deploy
136
+ make deploy BITCOIN_WIN_INSTALLER="${OUTDIR}/${DISTNAME}-win64-setup-unsigned.exe"
137
137
make install DESTDIR=${INSTALLPATH}
138
- cp -f ./bitcoin-*-win64-setup-unsigned.exe ${OUTDIR}/${DISTNAME}-win64-setup-unsigned.exe
139
138
cd installed
140
139
mv ${DISTNAME}/bin/*.dll ${DISTNAME}/lib/
141
140
find . -name "lib*.la" -delete
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
220
220
# Make the os-specific installers
221
221
case " $HOST " in
222
222
* mingw* )
223
- make deploy ${V: +V=1}
223
+ make deploy ${V: +V=1} BITCOIN_WIN_INSTALLER= " ${OUTDIR} / ${DISTNAME} -win64-setup-unsigned.exe "
224
224
;;
225
225
esac
226
226
@@ -232,19 +232,6 @@ export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
232
232
# Install built Bitcoin Core to $INSTALLPATH
233
233
make install DESTDIR=" ${INSTALLPATH} " ${V: +V=1}
234
234
235
- case " $HOST " in
236
- * mingw* )
237
- # This step not only moves the unsigned NSIS executable to
238
- # "${OUTDIR}", but also renames it
239
- #
240
- # from:
241
-
242
- # to:
243
- # ${DISTNAME}-win64-setup-unsigned.exe
244
- #
245
- cp -f ./bitcoin-* -win64-setup-unsigned.exe " ${OUTDIR} /${DISTNAME} -win64-setup-unsigned.exe"
246
- ;;
247
- esac
248
235
(
249
236
cd installed
250
237
You can’t perform that action at this time.
0 commit comments