Skip to content

Commit

Permalink
feat: add welcome email template
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Aug 25, 2024
1 parent 705a627 commit f93e486
Show file tree
Hide file tree
Showing 10 changed files with 1,156 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
filename: deepfocus-version.json
label: version
message: ${{ steps.get_version.outputs.version }}
color: blue
color: blue
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ pnpm install

## Usage



## Goals

- [x] Allow all users to download on any machine through an Electron JS app
Expand Down Expand Up @@ -92,4 +90,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file

[Timeo Williams] - [@timeowilliams](https://twitter.com/timeowilliams) - timeo.williams@gmail.com

Project Link: [https://github.com/timeowilliams/deepFocus](https://github.com/timeowilliams/deepFocus)
Project Link: [https://github.com/timeowilliams/deepFocus](https://github.com/timeowilliams/deepFocus)
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ files:
extraResources:
- from: '.env'
to: '.env'
- from: 'src/main/emailTemplates'
to: 'emailTemplates'
asar: true
asarUnpack:
- 'resources/**'
Expand Down
Loading

0 comments on commit f93e486

Please sign in to comment.