Skip to content

Commit

Permalink
Bumps to version 1.0.9 (update test)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpethick committed Feb 15, 2018
1 parent 75aa867 commit 9ce28c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ const ipcMain = electron.ipcMain;
const startupHandler = require('./startupHandler');

const autoUpdater = require("electron-updater").autoUpdater
// autoUpdater.logger = require("electron-log");
// autoUpdater.logger.transports.file.level = "info";
autoUpdater.logger = require("electron-log");
autoUpdater.logger.transports.file.level = "info";

// if (process.env.NODE_ENV === 'development')
if (process.env.NODE_ENV === 'development')
require('electron-debug')();

electron.crashReporter.start({
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "campusnet-electron",
"productName": "CampusNetSync",
"version": "1.0.8",
"version": "1.0.9",
"description": "Sync CampusNet files to your computer",
"license": "MIT",
"repository": {
Expand All @@ -22,9 +22,9 @@
"test": "mocha --watch",
"test-debug": "node --harmony $(which bugger) ./node_modules/mocha/bin/_mocha --watch",
"compile": "NODE_ENV=production webpack -p",
"pack": "source .config && npm run compile && electron-builder -mw --ia32 --dir",
"dist": "source .config && npm run compile && DEBUG=electron-builder electron-builder -mw --ia32",
"release": "source .config && npm run compile && electron-builder -mw --ia32 --publish always",
"pack": "source .config && npm run compile && electron-builder -mwl --ia32 --dir",
"dist": "source .config && npm run compile && DEBUG=electron-builder electron-builder -mwl --ia32",
"release": "source .config && npm run compile && electron-builder -mwl --ia32 --publish always",
"publish-gh-pages": "git subtree push --prefix gh-pages/build origin gh-pages"
},
"build": {
Expand Down

0 comments on commit 9ce28c4

Please sign in to comment.