Skip to content

Commit d0afd57

Browse files
committed
rename app
1 parent 06879c4 commit d0afd57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/packages/android/app/src/main/assets/capacitor.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"appId": "org.openmsupply.client",
3-
"appName": "openmsupply-client",
3+
"appName": "Open mSupply",
44
"webDir": "../host/dist/",
55
"bundledWebRuntime": false,
66
"android": {
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<resources>
3-
<string name="app_name">openmsupply-client</string>
4-
<string name="title_activity_main">openmsupply-client</string>
3+
<string name="app_name">Open mSupply</string>
4+
<string name="title_activity_main">Open mSupply</string>
55
<string name="package_name">org.openmsupply.client</string>
66
<string name="custom_url_scheme">org.openmsupply.client</string>
77
</resources>

client/packages/android/capacitor.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { CapacitorConfig } from '@capacitor/cli';
55

66
const config: CapacitorConfig = {
77
appId: 'org.openmsupply.client',
8-
appName: 'openmsupply-client',
8+
appName: 'Open mSupply',
99
// This is only needed for `npx cap copy` to work, and it does have to point to actual bundle
1010
// bundle is server by remote server (local or discovered) or through webpack if debugging (see comment below)
1111
webDir: '../host/dist/',

0 commit comments

Comments
 (0)