Merge branch 'upgrade-electron' of https://forge.cadoles.com/Cadoles/pitaya-launcher into upgrade-electron
This commit is contained in:
commit
9bf744d46f
|
@ -0,0 +1,3 @@
|
||||||
|
/dist
|
||||||
|
/node_modules
|
||||||
|
/build
|
|
@ -0,0 +1,3 @@
|
||||||
|
project_version=0.0.2
|
||||||
|
project_name=pitaya
|
||||||
|
no_version_suffix=no
|
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ all: build
|
||||||
build:
|
build:
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends curl ca-certificates
|
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
|
apt-get install --yes nodejs
|
||||||
npm install --ignore-scripts
|
npm install --ignore-scripts
|
||||||
ARCH=$(ELECTRON_ARCH) npm run build
|
ARCH=$(ELECTRON_ARCH) npm run build
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue