diff --git a/Gruntfile.js b/Gruntfile.js index bad61f1..708119c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function(grunt) { var NW_VERSION = '0.12.2'; var BUILD_DIR = 'build'; var BUILD_TARGETS = { - linux_ia32: false, + linux_ia32: true, linux_x64: true, win: false, osx: false @@ -104,12 +104,12 @@ module.exports = function(grunt) { }); - grunt.registerTask('papaye:run', ['download', 'run']); + grunt.registerTask('pitaya:run', ['download', 'run']); grunt.registerTask( - 'papaye:build', + 'pitaya:build', ['download', 'build', 'copy:build'] ); - grunt.registerTask('default', ['papaye:run']); + grunt.registerTask('default', ['pitaya:run']); grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-copy'); diff --git a/README.md b/README.md index dac0a53..eb4ef0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Papaye +# Pitaya Lanceur d'application pour Linux @@ -13,7 +13,7 @@ Lanceur d'application pour Linux ``` git clone -cd papaye +cd pitaya git checkout develop npm install npm start @@ -42,7 +42,7 @@ npm start -- --profile=my-profile.json npm run build ``` -Un dossier `papaye---` sera créé dans le répertoire `./build`. Celui ci contient tous les fichiers nécessaires à l'application. +Un dossier `pitaya---` sera créé dans le répertoire `./build`. Celui ci contient tous les fichiers nécessaires à l'application. ## Comment contribuer diff --git a/index.html b/index.html index 71ff220..cc8e4f9 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,12 @@ - Lanceur - Papaye + Lanceur - Pitaya -
+