File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,7 @@ script: |
145
145
make ${MAKEOPTS} -C src check-security
146
146
make deploy
147
147
make install DESTDIR=${INSTALLPATH}
148
- (
149
- SETUP_EXE="$(basename "$(echo ./*-setup.exe)")"
150
- cp -f "$SETUP_EXE" "${OUTDIR}/${SETUP_EXE/%-setup.exe/-setup-unsigned.exe}"
151
- )
148
+ cp -f --target-directory="${OUTDIR}" ./bitcoin-*-setup-unsigned.exe
152
149
cd installed
153
150
mv ${DISTNAME}/bin/*.dll ${DISTNAME}/lib/
154
151
find . -name "lib*.la" -delete
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Var StartMenuGroup
48
48
!insertmacro MUI_LANGUAGE English
49
49
50
50
# Installer attributes
51
- OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-@PACKAGE_VERSION@-win@
[email protected]
51
+ OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-@PACKAGE_VERSION@-win@WINDOWS_BITS@-setup-unsigned .exe
52
52
!if "@WINDOWS_BITS@" == "64"
53
53
InstallDir $PROGRAMFILES64\Bitcoin
54
54
!else
You can’t perform that action at this time.
0 commit comments