feat: Rename to Toju and add translation
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
Some checks failed
Deploy Web Apps / deploy (push) Successful in 5m52s
Build Android APK / build-android-apk (push) Failing after 23m15s
Queue Release Build / prepare (push) Successful in 1m42s
Queue Release Build / build-linux (push) Failing after 9m33s
Queue Release Build / build-windows (push) Successful in 26m5s
Queue Release Build / finalize (push) Has been skipped
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
"server:bundle:linux": "node tools/package-server-executable.js --target node18-linux-x64 --output metoyou-server-linux-x64",
|
||||
"server:bundle:win": "node tools/package-server-executable.js --target node18-win-x64 --output metoyou-server-win-x64.exe",
|
||||
"sort:props": "node tools/sort-template-properties.js",
|
||||
"i18n:sync": "node tools/sync-app-i18n-catalog.mjs",
|
||||
"test:e2e": "cd e2e && npx playwright test",
|
||||
"test:e2e:ui": "cd e2e && npx playwright test --ui",
|
||||
"test:e2e:debug": "cd e2e && npx playwright test --debug",
|
||||
@@ -95,6 +96,7 @@
|
||||
"@ngrx/entity": "^21.0.1",
|
||||
"@ngrx/store": "^21.0.1",
|
||||
"@ngrx/store-devtools": "^21.0.1",
|
||||
"@ngx-translate/core": "^17.0.0",
|
||||
"@scalar/api-reference": "^1.53.1",
|
||||
"@spartan-ng/brain": "^0.0.1-alpha.589",
|
||||
"@spartan-ng/cli": "^0.0.1-alpha.589",
|
||||
@@ -161,7 +163,7 @@
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.metoyou.app",
|
||||
"productName": "MetoYou",
|
||||
"productName": "Toju",
|
||||
"protocols": [
|
||||
{
|
||||
"name": "Toju Invite Links",
|
||||
@@ -231,6 +233,7 @@
|
||||
"win": {
|
||||
"target": "nsis",
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||
"executableName": "toju",
|
||||
"icon": "images/windows/icon.ico"
|
||||
},
|
||||
"nsis": {
|
||||
@@ -243,7 +246,7 @@
|
||||
"deb"
|
||||
],
|
||||
"category": "Network;Chat",
|
||||
"executableName": "metoyou",
|
||||
"executableName": "toju",
|
||||
"executableArgs": [
|
||||
"--no-sandbox"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user