Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Math-42/NasaSpaceApps
Browse files Browse the repository at this point in the history
  • Loading branch information
Math-42 committed Oct 5, 2020
2 parents 6b68b86 + 4d9a816 commit e9db1ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "nasaspaceapp",
"productName": "nasaspaceapp",
"name": "TESS",
"productName": "TESS",
"version": "1.0.0",
"description": "My Electron application description",
"description": "Telecom Engineering Space Simulator",
"author": "./nadir",
"main": "src/index.js",
"scripts": {
"start": "electron-forge start",
Expand All @@ -21,7 +22,7 @@
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "nasaspaceapp"
"name": "TESS"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const url = require('url');
const ipc = electron.ipcMain;
const dialog = require('electron').dialog;

const devMode = true;
const devMode = false;
let mainWindow;

// Enable live reload for all the files inside your project directory
Expand Down
4 changes: 2 additions & 2 deletions src/mainwindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class MainWindow extends component {

build() {

// const player = new Audio('../assets/music/endlessVoyage.mp3');
// player.play();
const player = new Audio('../assets/music/endlessVoyage.mp3');
player.play();

let duracao = Date.now();

Expand Down

0 comments on commit e9db1ca

Please sign in to comment.