mirror of
https://github.com/pierre42100/ARCHIVE-ComunicDesktop
synced 2024-11-21 19:59:24 +00:00
Ajout de la bêta
This commit is contained in:
parent
079ec7561e
commit
acdaf9cc29
@ -1,7 +0,0 @@
|
||||
Vous devez avoir installer node.js sur votre ordinateur.
|
||||
|
||||
Il faut executer la commande :
|
||||
npm i --save electron
|
||||
dans un terminal pour pouvoir l'utiliser,
|
||||
puis ouvrir un terminal ou une console dans le dossier et taper:
|
||||
electron index.js
|
BIN
v0.1.0/icon.png
BIN
v0.1.0/icon.png
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
@ -1,17 +0,0 @@
|
||||
const electron = require('electron');
|
||||
const app = electron.app;
|
||||
const BrowserWindow = electron.BrowserWindow;
|
||||
|
||||
let mainWindow
|
||||
|
||||
function createWindow() {
|
||||
mainWindow = new BrowserWindow({icon:'resources/app/icon.png'});
|
||||
mainWindow.setIco
|
||||
mainWindow.loadURL('http://communiquons.org');
|
||||
|
||||
mainWindow.on('closed', () =>{
|
||||
mainWindow = null;
|
||||
});
|
||||
}
|
||||
|
||||
app.on('ready', createWindow);
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "communic-desktop",
|
||||
"version": "0.1.0",
|
||||
"description": "A client-desktop for communiquons.org",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "electron ."
|
||||
},
|
||||
"author": "Team dev communic",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"electron": "^2.0.0"
|
||||
}
|
||||
}
|
BIN
v0.1.1beta/communic-desktop-linux-x64.7z
Normal file
BIN
v0.1.1beta/communic-desktop-linux-x64.7z
Normal file
Binary file not shown.
BIN
v0.1.1beta/communic-desktop-win32-x64.7z
Normal file
BIN
v0.1.1beta/communic-desktop-win32-x64.7z
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user