Skip to content

Commit

Permalink
change backer-timetracker to BackerTimetracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed May 27, 2016
1 parent 53972fd commit 73dd1a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/background.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,15 +354,15 @@ BackgroundService.saveForegroundWindowTitle = function () {
}

if (process.platform === 'darwin' && isOsxScriptRunned === false) {
/*console.log('Running assistive-access-el-capitan.osa');
console.log('Running assistive-access-el-capitan.osa');
var access_script = "osascript " + path.join(__dirname, "assistive-access-el-capitan.osa");
if (compareVersion(require('os').release(), '10.11.0') === -1) {
access_script = "osascript " + path.join(__dirname, "assistive-access-osx.osa");
}
isOsxScriptRunned = true;
exec(access_script, function (error, stdout, stderr) {
console.log('Assistive access: ', stdout, error, stderr);
});*/
});
}

if (typeof active_a[1] !== "undefined") {
Expand Down
4 changes: 2 additions & 2 deletions app/bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "backer-timetracker",
"name": "BackerTimetracker",
"version": "1.0.0",
"homepage": "https://github.com/MayGo/backer-timetracker",
"authors": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"angular-timer": "~1.3.1"
},
"resolutions": {
"angular": "1.5.5",
"angular": ">=1.5.0",
"angular-material": ">=1.0.5",
"moment": "~2.11.1",
"d3": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "backer-timetracker",
"name": "BackerTimetracker",
"version": "1.0.12",
"description": "Track your time by monitoring your active windows and idle time",
"main": "app.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "backer-timetracker",
"name": "BackerTimetracker",
"version": "1.0.12",
"description": "Track your time by monitoring your active windows and idle time",
"main": "app/app.js",
Expand All @@ -17,7 +17,7 @@
"node-gyp": "^3.3.1"
},
"build": {
"app-bundle-id": "backer-timetracker",
"app-bundle-id": "ee.trimatech.BackerTimetracker",
"app-category-type": "public.app-category.productivity",
"iconUrl": "shared/img/icon/timetracker_icon.ico",
"asar": false,
Expand Down

0 comments on commit 73dd1a8

Please sign in to comment.