Skip to content

Commit

Permalink
chore: update release URL in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Aug 18, 2024
1 parent 9b14416 commit d9acfec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ It'll send you an email at the end of everyday with the total number of deep wor

### Goals

Goal for the next 2 hours: build minimum viable prototype:
~~1. Allow all users to download on any machine through an Electron JS app ~~
~~2. Using JS for now, eventually will move to TS. Considering using SolidJS instead of React as well. Also, set up a CI/CD pipeline and allow users to download automatic releases. Also add a changelog using conventional commits. Application will get FULL System Access and collect logs every min to observe what the active window is.~~ 3. Allow users to enter a goal in their session.We'll ask in onboarding whether certain sites should be labeled as productive or not productive.
~~~~~2. Using JS for now, eventually will move to TS.
Considering using SolidJS instead of React as well. Also, set up a CI/CD pipeline and allow users to download automatic releases.
Also add a changelog using conventional commits. Application will get FULL System Access and collect logs every min to observe what the active window is.~~ ~~~
3. Allow users to enter a goal in their session.We'll ask in onboarding whether certain sites should be labeled as productive or not productive.
For the future:
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const App: Component = () => {
</div> */}
<div class="action">
<a
href="https://github.com/timeowilliams/deepFocus/releases/download/v1.2.6/deepfocus-1.0.0.dmg"
download="deepwork-1.1.0.dmg"
href="https://github.com/timeowilliams/deepFocus/releases/download/create-v1.2.6/deepfocus-1.2.6.dmg"
download="deepwork-1.2.6.dmg"
>
Download deepFocus (MacOS only)
</a>
Expand Down

0 comments on commit d9acfec

Please sign in to comment.