Skip to content

Commit

Permalink
Bump WindowsActivityTracker & improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLill committed Apr 30, 2024
1 parent 4caeb46 commit 622e2c5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following video shows the steps in action:
4. Open the downloaded instller and drag the PersonalAnalytics-app to your Applications folder
5. (optional) Click "Open" in case a warning is shown that the app was downloaded from the internet
6. After the installation completes, follow the Onboarding-wizard, which explains the study, collected data and how to use PersonalAnalytics
7. On the second page, grant PersonalAnalytics the permissions it requires to function corectly
7. On the second page, grant PersonalAnalytics the permissions it requires to function correctly
8. Note that you might need to manually quit and restart PersonalAnalytics after giving permission
9. Access PersonalAnalytics anytime through the context-menu in the menubar icon

Expand Down
4 changes: 2 additions & 2 deletions documentation/RESEARCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ To use GitHub Actions to build and create PersonalAnalytics releases, you need t
- `APPLE_ID` (your Apple ID)
- `APPLE_APP_SPECIFIC_PASSWORD` (an app-specific password for your Apple ID)
- `APPLE_TEAM_ID` (your Apple Team ID)
- `CSC_LINK`
- `CSC_KEY_PASSWORD`
- `CSC_LINK` (link to Apple Developer Certificate in \*.p12 format)
- `CSC_KEY_PASSWORD` (password for the Apple Developer Certificate)

### Required Changes in `electron-builder.json5`
These changes are required to automatically publish the built artifacts to GitHub releases. You need to replace the `owner` and `repo` with your GitHub username and repository name.
Expand Down
2 changes: 1 addition & 1 deletion documentation/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Troubleshooting PersonalAnalytics

### macOS: Reinstalling PersonalAnalytics from Scratch
## macOS: Reinstalling PersonalAnalytics from Scratch
> If you are experiencing issues with PersonalAnalytics on macOS and want to reinstall the app, please follow the steps below:
1. Quit PA and check that it is not running with:
Expand Down
2 changes: 1 addition & 1 deletion src/electron/PA.WindowsActivityTracker
2 changes: 2 additions & 0 deletions src/electron/electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ app.whenReady().then(async () => {
app.setLoginItemSettings({
openAtLogin: true
});
} else {
LOG.info('Skip setting openAtLogin because app is running in development mode');
}

try {
Expand Down

0 comments on commit 622e2c5

Please sign in to comment.