Compare commits
11 commits
develop
...
release-v0
Author | SHA1 | Date | |
---|---|---|---|
|
cece3d17e5 | ||
|
77f423b123 | ||
|
b4a2c67ff0 | ||
|
23ca7a1c02 | ||
|
6ff8443bb9 | ||
|
b22dd523e0 | ||
|
dccf7d64f5 | ||
|
38866899f2 | ||
|
2b81f43474 | ||
|
c47e44e8be | ||
|
6742f8eb2a |
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 |
|
@ -2,7 +2,7 @@
|
||||||
"name": "riot-web",
|
"name": "riot-web",
|
||||||
"productName": "Riot",
|
"productName": "Riot",
|
||||||
"main": "electron/src/electron-main.js",
|
"main": "electron/src/electron-main.js",
|
||||||
"version": "0.9.1",
|
"version": "0.9.1-release",
|
||||||
"description": "A feature-rich client for Matrix.org",
|
"description": "A feature-rich client for Matrix.org",
|
||||||
"author": "Vector Creations Ltd.",
|
"author": "Vector Creations Ltd.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -73,12 +73,12 @@ projdir=`pwd`
|
||||||
builddir=`mktemp -d 2>/dev/null || mktemp -d -t 'buildtmp'`
|
builddir=`mktemp -d 2>/dev/null || mktemp -d -t 'buildtmp'`
|
||||||
pushd "$builddir"
|
pushd "$builddir"
|
||||||
|
|
||||||
# Figure out what version we're building
|
|
||||||
vername=`jq -r .version package.json`
|
|
||||||
|
|
||||||
git clone "$projdir" .
|
git clone "$projdir" .
|
||||||
git checkout "$version"
|
git checkout "$version"
|
||||||
|
|
||||||
|
# Figure out what version we're building
|
||||||
|
vername=`jq -r .version package.json`
|
||||||
|
|
||||||
if [ -n "$conffile" ]; then
|
if [ -n "$conffile" ]; then
|
||||||
popd
|
popd
|
||||||
cp "$conffile" "$builddir/"
|
cp "$conffile" "$builddir/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue