Skip to content

Commit 856e33b

Browse files
committed
Merge #652: [0.17 backport] Properly rename liquid windows binaries
8e5977d Properly rename liquid windows binaries (Gregory Sanders) Pull request description: backport of #648 for 0.17 Tree-SHA512: e531d9cd8a6e0263c778ebb8da87e660bfa6a259b53fa3aa3f4409dca337a5094807547bc13e8f1678e97baf74dbbb57fc9f9f08b34f89b7198ff0f999754006
2 parents 81674d6 + 8e5977d commit 856e33b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/gitian-descriptors/gitian-liquid-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ script: |
167167
make deploy
168168
make install DESTDIR=${INSTALLPATH}
169169
rename 's/-setup\.exe$/-setup-unsigned.exe/' *-setup.exe
170-
cp -f elements-*setup*.exe $OUTDIR/
170+
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
171+
cp -f liquid-*setup*.exe $OUTDIR/
171172
cd installed
172173
173174
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
@@ -184,9 +185,8 @@ script: |
184185
cp -rf contrib/windeploy $BUILD_DIR
185186
cd $BUILD_DIR/windeploy
186187
mkdir unsigned
187-
cp $OUTDIR/elements-*setup-unsigned.exe unsigned/
188+
cp $OUTDIR/liquid-*setup-unsigned.exe unsigned/
188189
cd unsigned
189-
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
190190
cd ..
191191
find . | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-win-unsigned.tar.gz
192192
mv ${OUTDIR}/${DISTNAME}-x86_64-*-debug.zip ${OUTDIR}/${DISTNAME}-win64-debug.zip

0 commit comments

Comments
 (0)