Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dalinaum committed Jan 5, 2016
1 parent c954f7c commit 61d22fa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
build
dist
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.9

* Update Elctron version 0.36.2

# 0.8

* Add a zoom feature.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

Mac App, Win App and Linux app for IRCCloud. (An Electron wrapper for IRCCloud.)

You can download [the latest release version](https://github.com/dalinaum/IRCCloud/releases/tag/v0.8).
You can download [the latest release version](https://github.com/dalinaum/IRCCloud/releases/tag/v0.9).

[![Build Status](https://travis-ci.org/dalinaum/IRCCloud.svg)](https://travis-ci.org/dalinaum/IRCCloud)

Expand Down
2 changes: 1 addition & 1 deletion build-all
Expand Up @@ -3,6 +3,6 @@
echo "Darwin..."
./build-darwin $1 $2
echo "Linux..."
./build-linux.js $1 $2
./build-linux $1 $2
echo "Win32-x64..."
./build-win32-x64 $1 $2
7 changes: 7 additions & 0 deletions build-linux
@@ -0,0 +1,7 @@
#!/bin/sh
rm -rf build
mkdir -p build
./node_modules/electron-packager/cli.js . $1 --platform=linux --arch=x64 --version=0.36.2 --out=build --prune --asar --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager --ignore=.git --ignore=resources --ignore=dist --app-version=$2
cd build
tar cvzf $1-linux-$2.tar.gz *
mv *.tar.gz ../dist
22 changes: 0 additions & 22 deletions build-linux.js

This file was deleted.

0 comments on commit 61d22fa

Please sign in to comment.