File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 136136 ],
137137 "mac" : {
138138 "target" : {
139- "target" : " default " ,
139+ "target" : " dmg " ,
140140 "arch" : [
141141 " x64" ,
142142 " arm64"
Original file line number Diff line number Diff 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 ) : (
You can’t perform that action at this time.
0 commit comments