Rebranding to Sengis
This commit is contained in:
parent
535c0dfd5f
commit
a38b256ecc
|
@ -1,5 +1,5 @@
|
|||
# Mamoth
|
||||
Mastodon client
|
||||
# Sengis
|
||||
Sengis is a dekstop mastodon client.
|
||||
|
||||
## License
|
||||
|
||||
|
|
14
angular.json
14
angular.json
|
@ -3,7 +3,7 @@
|
|||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"mamoth": {
|
||||
"sengis": {
|
||||
"root": "",
|
||||
"sourceRoot": "src",
|
||||
"projectType": "application",
|
||||
|
@ -48,18 +48,18 @@
|
|||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"browserTarget": "mamoth:build"
|
||||
"browserTarget": "sengis:build"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "mamoth:build:production"
|
||||
"browserTarget": "sengis:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "mamoth:build"
|
||||
"browserTarget": "sengis:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"mamoth-e2e": {
|
||||
"sengis-e2e": {
|
||||
"root": "e2e",
|
||||
"sourceRoot": "e2e",
|
||||
"projectType": "application",
|
||||
|
@ -102,7 +102,7 @@
|
|||
"builder": "@angular-devkit/build-angular:protractor",
|
||||
"options": {
|
||||
"protractorConfig": "./protractor.conf.js",
|
||||
"devServerTarget": "mamoth:serve"
|
||||
"devServerTarget": "sengis:serve"
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "mamoth",
|
||||
"defaultProject": "sengis",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"prefix": "app",
|
||||
|
|
2
main.js
2
main.js
|
@ -8,7 +8,7 @@ const url = require('url')
|
|||
|
||||
function createWindow () {
|
||||
// Create the browser window.
|
||||
win = new BrowserWindow({ width: 400, height: 800, title: "Mamoth"})
|
||||
win = new BrowserWindow({ width: 400, height: 800, title: "Sengis"})
|
||||
win.setMenu(null);
|
||||
|
||||
// and load the index.html of the app.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "mamoth",
|
||||
"name": "sengis",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "mamoth",
|
||||
"name": "sengis",
|
||||
"version": "0.0.0",
|
||||
"license": "MIT",
|
||||
"main": "main.js",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Mamoth</title>
|
||||
<title>Sengis</title>
|
||||
<base href="./">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
Loading…
Reference in New Issue