Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
David Baker
cece3d17e5 checkout before getting version 2016-12-12 18:05:31 +00:00
David Baker
77f423b123 Silly version name for debian 2016-12-12 18:00:14 +00:00
David Baker
b4a2c67ff0 v0.9.1-test.1 2016-12-12 15:31:25 +00:00
David Baker
23ca7a1c02 0.9.1 2016-12-12 15:30:49 +00:00
David Baker
6ff8443bb9 v0.9.1-test.1 2016-12-12 15:23:51 +00:00
David Baker
b22dd523e0 v0.9.1 2016-12-09 23:01:53 +00:00
David Baker
dccf7d64f5 Back to rc2 again & remove spurious chanelog 2016-12-09 23:00:45 +00:00
David Baker
38866899f2 v0.9.1 2016-12-09 22:57:29 +00:00
David Baker
2b81f43474 Prepare changelog for v0.9.1 2016-12-09 22:57:29 +00:00
David Baker
c47e44e8be Back to rc2 temporarily 2016-12-09 22:56:41 +00:00
David Baker
6742f8eb2a 256x256 ico file 2016-12-09 22:53:19 +00:00
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View file

@ -2,7 +2,7 @@
"name": "riot-web",
"productName": "Riot",
"main": "electron/src/electron-main.js",
"version": "0.9.1",
"version": "0.9.1-release",
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"repository": {

View file

@ -73,12 +73,12 @@ projdir=`pwd`
builddir=`mktemp -d 2>/dev/null || mktemp -d -t 'buildtmp'`
pushd "$builddir"
# Figure out what version we're building
vername=`jq -r .version package.json`
git clone "$projdir" .
git checkout "$version"
# Figure out what version we're building
vername=`jq -r .version package.json`
if [ -n "$conffile" ]; then
popd
cp "$conffile" "$builddir/"