mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 02:13:41 +00:00
Change application name
This commit is contained in:
parent
0a7e0e652d
commit
044c7f4906
5 changed files with 11 additions and 10 deletions
|
|
@ -1,14 +1,14 @@
|
|||
module.exports = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
executableName: 'skitch-controller',
|
||||
executableName: 'respira',
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
{
|
||||
name: '@electron-forge/maker-squirrel',
|
||||
config: {
|
||||
name: 'respira_web',
|
||||
name: 'Respira',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>web</title>
|
||||
<title>Respira</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
|
|
|||
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -1,12 +1,13 @@
|
|||
{
|
||||
"name": "skitch-controller",
|
||||
"name": "respira",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "skitch-controller",
|
||||
"name": "respira",
|
||||
"version": "0.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.2.0",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "skitch-controller",
|
||||
"productName": "SKiTCH Controller",
|
||||
"name": "respira",
|
||||
"productName": "Respira",
|
||||
"version": "0.0.0",
|
||||
"description": "Desktop controller for Brother embroidery machines",
|
||||
"author": "Your Name",
|
||||
"description": "Desktop controller for the Brother PP-1 SKiTCH embroidery machine",
|
||||
"author": "jhbruhn <respira@jhbruhn.de>",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
"main": ".vite/build/main.js",
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ function App() {
|
|||
<div className="w-2.5 h-2.5 bg-gray-400 rounded-full -ml-2.5" style={{ visibility: !machine.isConnected ? 'visible' : 'hidden' }}></div>
|
||||
<div className="flex-1 min-w-0">
|
||||
<div className="flex items-center gap-2">
|
||||
<h1 className="text-lg font-bold text-white leading-tight">SKiTCH Controller</h1>
|
||||
<h1 className="text-lg font-bold text-white leading-tight">Respira</h1>
|
||||
{machine.isConnected && machine.machineInfo?.serialNumber && (
|
||||
<span
|
||||
className="text-sm text-blue-200 cursor-help"
|
||||
|
|
|
|||
Loading…
Reference in a new issue