updated binary names
This commit is contained in:
parent
aca42aa467
commit
5bc0c898b3
|
@ -53,7 +53,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"identifier": "com.cspj.application",
|
"identifier": "com.cspj.application",
|
||||||
"mainBinaryName": "stort",
|
"mainBinaryName": "CSPJ Application",
|
||||||
"productName": "cspj",
|
"productName": "cspj",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
}
|
}
|
|
@ -18,7 +18,7 @@ export default function MyApp(props: MyAppProps) {
|
||||||
return (
|
return (
|
||||||
<CacheProvider value={emotionCache}>
|
<CacheProvider value={emotionCache}>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Stort</title>
|
<title>CSPJ Application</title>
|
||||||
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
||||||
</Head>
|
</Head>
|
||||||
<UserThemeProvider>
|
<UserThemeProvider>
|
||||||
|
|
Loading…
Reference in a new issue