File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ productName: Breader
44artifactName : ${productName}-${version}.${ext}
55asar : true
66mac :
7- category : news
7+ category : public.app-category. news
88 icon : build/icons/mac/app.icns
99linux :
10- category : news
10+ category : Network
1111 icon : build/icons/png
1212win :
1313 icon : build/icons/win/app.ico
Original file line number Diff line number Diff line change 5656 }
5757 },
5858 "dependencies" : {
59+ "@sentry/electron" : " ^0.17.4" ,
5960 "chardet" : " ^0.8.0" ,
6061 "custom-electron-titlebar" : " ^3.1.0" ,
6162 "electron-is-dev" : " ^1.0.1" ,
6869 "@commitlint/config-conventional" : " ^8.2.0" ,
6970 "@jest-runner/electron" : " ^2.0.2" ,
7071 "@sentry/cli" : " ^1.47.2" ,
71- "@sentry/electron" : " ^0.17.4" ,
7272 "@types/chardet" : " ^0.5.0" ,
7373 "@types/enzyme" : " ^3.10.3" ,
7474 "@types/enzyme-adapter-react-16" : " ^1.0.5" ,
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
5- < link rel ="shortcut icon " href ="%PUBLIC_URL% /favicon.ico " />
5+ < link rel ="shortcut icon " href =". /favicon.ico " />
66 < meta
77 name ="viewport "
88 content ="width=device-width, initial-scale=1, shrink-to-fit=no "
1313 manifest.json provides metadata used when your web app is installed on a
1414 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1515 -->
16- < link rel ="manifest " href ="%PUBLIC_URL% /manifest.json " />
16+ < link rel ="manifest " href =". /manifest.json " />
1717 <!--
1818 Notice the use of %PUBLIC_URL% in the tags above.
1919 It will be replaced with the URL of the `public` folder during the build.
3030 < noscript > You need to enable JavaScript to run this app.</ noscript >
3131 < div id ="root ">
3232 < div class ="page-loading ">
33- < img width ="96 " height ="96 " src ="%PUBLIC_URL% /icon.png " alt ="breader " />
33+ < img width ="96 " height ="96 " src =". /icon.png " alt ="breader " />
3434 </ div >
3535 </ div >
3636 <!--
You can’t perform that action at this time.
0 commit comments