Merge branch 'upgrade-electron' of https://forge.cadoles.com/Cadoles/pitaya-launcher into upgrade-electron

このコミットが含まれているのは:
Benjamin Gaudé 2017-04-21 14:46:45 +02:00
コミット 9bf744d46f
4個のファイルの変更7行の追加6行の削除

3
.dockerignore ノーマルファイル
ファイルの表示

@ -0,0 +1,3 @@
/dist
/node_modules
/build

3
.tamarinrc ノーマルファイル
ファイルの表示

@ -0,0 +1,3 @@
project_version=0.0.2
project_name=pitaya
no_version_suffix=no

ファイルの表示

@ -11,7 +11,7 @@ all: build
build:
apt-get update
apt-get install --yes --no-install-recommends curl ca-certificates
curl --silent --location https://deb.nodesource.com/setup_0.12 | bash -
curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
apt-get install --yes nodejs
npm install --ignore-scripts
ARCH=$(ELECTRON_ARCH) npm run build

5
debian/changelog vendored
ファイルの表示

@ -1,5 +0,0 @@
pitaya (0.0.1) unstable; urgency=low
* Dev release
-- William Petit <wpetit@cadoles.com> Fri, 16 Oct 2015 15:57:03 +0200