Skip to content

Commit

Permalink
Merge ElementsProject#604: gitian: Rename liquid windows installer to…
Browse files Browse the repository at this point in the history
… liquid

f7cc37c Rename liquid windows installer to liquid (Gregory Sanders)

Pull request description:

  resolves ElementsProject#603

Tree-SHA512: b66ebe4ce492658e8e4b40e826084ff49d64736717e1955d61ee986a9aa305cdd8caeb28ba4e4ebfb30b4c798e1c74f9f566ee71cebf5a6bb8c3ee81b052b39d
  • Loading branch information
stevenroose committed May 3, 2019
2 parents 2c56e0d + f7cc37c commit bb80fd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/gitian-descriptors/gitian-liquid-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ script: |
cd $BUILD_DIR/windeploy
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
mv ${OUTDIR}/${DISTNAME}-i686-*-debug.zip ${OUTDIR}/${DISTNAME}-win32-debug.zip
Expand Down

0 comments on commit bb80fd1

Please sign in to comment.