1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-06-01 07:10:09 -07:00

rename to Deskreen

This commit is contained in:
Pavlo Buidenkov 2020-08-10 12:05:18 +03:00
parent d77021b92b
commit 5e918e7675
11 changed files with 30 additions and 30 deletions

2
.github/FUNDING.yml vendored
View File

@ -2,6 +2,6 @@
# These are supported funding model platforms # These are supported funding model platforms
github: [deskrin, pavlobu] github: [deskreen, pavlobu]
patreon: pavlobu patreon: pavlobu
open_collective: todo-add-open-collective-page! open_collective: todo-add-open-collective-page!

6
.vscode/launch.json vendored
View File

@ -11,7 +11,7 @@
"preLaunchTask": "Start Webpack Dev" "preLaunchTask": "Start Webpack Dev"
}, },
{ {
"name": "Deskrin: Renderer", "name": "Deskreen: Renderer",
"type": "chrome", "type": "chrome",
"request": "attach", "request": "attach",
"port": 9223, "port": 9223,
@ -21,8 +21,8 @@
], ],
"compounds": [ "compounds": [
{ {
"name": "Deskrin: All", "name": "Deskreen: All",
"configurations": ["Deskrin: Main", "Deskrin: Renderer"] "configurations": ["Deskreen: Main", "Deskreen: Renderer"]
} }
] ]
} }

View File

@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2020-present Deskrin Copyright (c) 2020-present Deskreen
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,7 +1,7 @@
[![codecov](https://codecov.io/gh/pavlobu/test-electron-boilerplate-ci/branch/master/graph/badge.svg)](https://codecov.io/gh/pavlobu/deskrin) [![codecov](https://codecov.io/gh/pavlobu/test-electron-boilerplate-ci/branch/master/graph/badge.svg)](https://codecov.io/gh/pavlobu/deskreen)
![build and test](https://github.com/pavlobu/deskrin/workflows/build%20and%20test/badge.svg) ![build and test](https://github.com/pavlobu/deskreen/workflows/build%20and%20test/badge.svg)
![release all os -- no code signing](https://github.com/pavlobu/deskrin/workflows/release%20all%20os%20--%20no%20code%20signing/badge.svg) ![release all os -- no code signing](https://github.com/pavlobu/deskreen/workflows/release%20all%20os%20--%20no%20code%20signing/badge.svg)
![codecov generate](https://github.com/pavlobu/deskrin/workflows/codecov%20generate/badge.svg) ![codecov generate](https://github.com/pavlobu/deskreen/workflows/codecov%20generate/badge.svg)
## Howto: ## Howto:
@ -38,7 +38,7 @@ sonar.login=d0c254aaff5ebd89dd5c6f0663238ab6ad5fddea
## License ## License
MIT © [Deskrin](https://github.com/pavlobu/deskrin) MIT © [Deskreen](https://github.com/pavlobu/deskreen)
## Copyright ## Copyright

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Hello Deskrin!</title> <title>Hello Deskreen!</title>
<script> <script>
(() => { (() => {
if ( if (

View File

@ -56,17 +56,17 @@ export default class MenuBuilder {
buildDarwinTemplate(): MenuItemConstructorOptions[] { buildDarwinTemplate(): MenuItemConstructorOptions[] {
const subMenuAbout: DarwinMenuItemConstructorOptions = { const subMenuAbout: DarwinMenuItemConstructorOptions = {
label: 'Deskrin', label: 'Deskreen',
submenu: [ submenu: [
{ {
label: 'About Deskrin', label: 'About Deskreen',
selector: 'orderFrontStandardAboutPanel:', selector: 'orderFrontStandardAboutPanel:',
}, },
{ type: 'separator' }, { type: 'separator' },
{ label: 'Services', submenu: [] }, { label: 'Services', submenu: [] },
{ type: 'separator' }, { type: 'separator' },
{ {
label: 'Hide Deskrin', label: 'Hide Deskreen',
accelerator: 'Command+H', accelerator: 'Command+H',
selector: 'hide:', selector: 'hide:',
}, },

2
app/package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "deskrin", "name": "deskreen",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "deskrin", "name": "deskreen",
"productName": "deskrin", "productName": "deskreen",
"version": "0.0.1", "version": "0.0.1",
"description": "TODO: write description about this project", "description": "TODO: write description about this project",
"main": "./main.prod.js", "main": "./main.prod.js",

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "deskrin", "name": "deskreen",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,6 +1,6 @@
{ {
"name": "deskrin", "name": "deskreen",
"productName": "Deskrin", "productName": "Deskreen",
"version": "0.0.1", "version": "0.0.1",
"description": "TODO: write description of this app", "description": "TODO: write description of this app",
"scripts": { "scripts": {
@ -53,8 +53,8 @@
] ]
}, },
"build": { "build": {
"productName": "Deskrin", "productName": "Deskreen",
"appId": "com.pavlobu.Deskrin", "appId": "com.pavlobu.Deskreen",
"files": [ "files": [
"dist/", "dist/",
"node_modules/", "node_modules/",
@ -98,29 +98,29 @@
"publish": { "publish": {
"provider": "github", "provider": "github",
"owner": "pavlobu", "owner": "pavlobu",
"repo": "deskrin", "repo": "deskreen",
"private": false "private": false
} }
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/pavlobu/deskrin.git" "url": "git+https://github.com/pavlobu/deskreen.git"
}, },
"author": { "author": {
"name": "Pavlo (Paul) Buidenkov", "name": "Pavlo (Paul) Buidenkov",
"email": "pavlobu@gmail.com", "email": "pavlobu@gmail.com",
"url": "https://github.com/pavlobu/deskrin" "url": "https://github.com/pavlobu"
}, },
"contributors": [ "contributors": [
{ {
"name": "Pavlo (Paul) Buidenkov", "name": "Pavlo (Paul) Buidenkov",
"email": "pavlobu@gmail.com", "email": "pavlobu@gmail.com",
"url": "https://github.com/pavlobu/deskrin" "url": "https://github.com/pavlobu"
} }
], ],
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/pavlobu/deskrin" "url": "https://github.com/pavlobu/deskreen/issues"
}, },
"keywords": [ "keywords": [
"electron", "electron",
@ -133,7 +133,7 @@
"hot", "hot",
"reload" "reload"
], ],
"homepage": "https://github.com/pavlobu/deskrin#readme", "homepage": "https://github.com/pavlobu/deskreen#readme",
"jest": { "jest": {
"testURL": "http://localhost/", "testURL": "http://localhost/",
"moduleNameMapper": { "moduleNameMapper": {

View File

@ -20,11 +20,11 @@ const assertNoConsoleErrors = async (t) => {
fixture`Home Page`.page('../../app/app.html').afterEach(assertNoConsoleErrors); fixture`Home Page`.page('../../app/app.html').afterEach(assertNoConsoleErrors);
test('e2e', async (t) => { test('e2e', async (t) => {
await t.expect(getPageTitle()).eql('Hello Deskrin!'); await t.expect(getPageTitle()).eql('Hello Deskreen!');
}); });
test('should open window and contain expected page title', async (t) => { test('should open window and contain expected page title', async (t) => {
await t.expect(getPageTitle()).eql('Hello Deskrin!'); await t.expect(getPageTitle()).eql('Hello Deskreen!');
}); });
test( test(