Skip to content

Commit

Permalink
Merge pull request #174 from Accedia/feat/adjust-status-bar-styles
Browse files Browse the repository at this point in the history
Adjust status bar font styling
  • Loading branch information
FlushBG authored Sep 7, 2022
2 parents ecda99a + f3a7af5 commit 5347157
Show file tree
Hide file tree
Showing 96 changed files with 70 additions and 41,414 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ There are two CI/CD jobs that run on `develop` and `master`.
- **RELEASE workflow** - runs on every push to `main`. This job builds the latest version of the app and adds its make files to the respective (latest) tag. The release is saved as a draft, and to make it public you need to go the the release in the [releases](https://github.com/Accedia/force-import-technology/releases) section and manually save it.
- uses **FORGE_TOKEN** as env variable, which has to be set in the repository secrets section. This secret is your accounts GITHUB_TOKEN and allows the workflow to upload the releases to GitHub.

## Auto Update
## Updating the application

The app checks for updates from the GitHub API for the latest release and downloads it locally in a TEMP folder (if the version is higher than the currently installed). Then installs it and restarts the app to apply the updates. Uses the electron built-in `autoUpdater` with some queries to the GitHub API.
The app checks for updates from the GitHub API for the latest release when the app is started. The user can then download it and install it. Behind the screnes, updates are downloaded locally in a TEMP folder. Then they are installed and the app is restarted to apply the updates. Uses the electron built-in `autoUpdater`, along with customized behavior defined in `app-updater.ts`.

## Logs

Expand Down
15 changes: 0 additions & 15 deletions electron-app/.eslintrc

This file was deleted.

13 changes: 0 additions & 13 deletions electron-app/README.md

This file was deleted.

Binary file removed electron-app/assets/line-operation/image.png
Binary file not shown.
Binary file removed electron-app/assets/line-operation/image2.png
Binary file not shown.
Binary file removed electron-app/assets/line-operation/image3.png
Binary file not shown.
44 changes: 0 additions & 44 deletions electron-app/forge.config.js

This file was deleted.

1 change: 0 additions & 1 deletion electron-app/forgettables_fit.json

This file was deleted.

9 changes: 0 additions & 9 deletions electron-app/index.ts

This file was deleted.

Loading

0 comments on commit 5347157

Please sign in to comment.