Skip to content

Commit

Permalink
Properly rename liquid windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jun 5, 2019
1 parent 1b78b9f commit 36824c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gitian-descriptors/gitian-liquid-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ script: |
make deploy
make install DESTDIR=${INSTALLPATH}
rename 's/-setup\.exe$/-setup-unsigned.exe/' *-setup.exe
cp -f elements-*setup*.exe $OUTDIR/
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
cp -f liquid-*setup*.exe $OUTDIR/
cd installed
mv ${DISTNAME}/bin/elements-qt.exe ${DISTNAME}/bin/liquid-qt.exe
Expand All @@ -186,7 +187,6 @@ script: |
mkdir unsigned
cp $OUTDIR/elements-*setup-unsigned.exe unsigned/
cd unsigned
rename 's/elements-/liquid-/s' *-setup-unsigned.exe
cd ..
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
mv ${OUTDIR}/${DISTNAME}-x86_64-*-debug.zip ${OUTDIR}/${DISTNAME}-win64-debug.zip
Expand Down

0 comments on commit 36824c7

Please sign in to comment.