Skip to content

Commit

Permalink
Rename app to Mixo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamarguerat committed Feb 27, 2024
1 parent 28f1dd5 commit 948277b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
window.$ = window.jQuery = require("jquery");
</script>
<link rel="stylesheet" href="./style.css">
<title>Mixers routing tool</title>
<title>Mixo</title>
</head>

<body>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixers-routing-tool",
"name": "Mixo",
"version": "0.0.3",
"description": "Routing tool for mixing consoles",
"description": "Routing tool for behringer x32 based on hardware availabilities instead of software capabilities. Aim to simplify routing and create automatic documentation. ",
"main": "main.js",
"scripts": {
"start": "electron-forge start",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/mamarguerat/mixers-routing-tool.git"
"url": "https://github.com/mamarguerat/mixo.git"
},
"publish": {
"provider": "github",
Expand All @@ -29,9 +29,9 @@
"author": "Martin Marguerat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mamarguerat/mixers-routing-tool/issues"
"url": "https://github.com/mamarguerat/mixo/issues"
},
"homepage": "https://github.com/mamarguerat/mixers-routing-tool#readme",
"homepage": "https://github.com/mamarguerat/mixo#readme",
"devDependencies": {
"@electron-forge/cli": "^6.0.5",
"@electron-forge/maker-deb": "^6.0.5",
Expand All @@ -53,8 +53,8 @@
"to": "public"
}
],
"appId": "ch.martinmarguerat.mixers-routing-tool",
"productName": "Mixers routing tool",
"appId": "ch.martinmarguerat.mixo",
"productName": "Mixo",
"mac": {
"category": "public.app-category.utilities"
},
Expand Down

0 comments on commit 948277b

Please sign in to comment.