Skip to content

Commit 795fd86

Browse files
committed
change build target and ci
1 parent 9068c74 commit 795fd86

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jobs:
2929
- uses: actions/upload-artifact@v3
3030
with:
3131
name: distributables
32-
path: dist/*
32+
path: |
33+
dist/*.zip
34+
dist/*.dmg
35+
dist/*.yml
36+
dist/*.yaml
37+
!dist/**/*.app
3338
if-no-files-found: error
3439

3540
publish:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
],
137137
"mac": {
138138
"target": {
139-
"target": "default",
139+
"target": "dmg",
140140
"arch": [
141141
"x64",
142142
"arm64"

src/components/Onboarding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const Onboarding = () => {
7272
<Typography variant={"h1"}>{isPastPermissions ? "Setup" : "Permissions"}</Typography>
7373
{isPastPermissions ? (
7474
<Typography variant={"body1"}>
75-
Mimessage needs to analyze and parse your messages. This should take between 2 - 15 seconds, depending on
75+
Mimessage needs to analyze and parse your messages. This should take between 5 - 120 seconds, depending on
7676
how many messages you have.
7777
</Typography>
7878
) : (

0 commit comments

Comments
 (0)