Skip to content

Commit

Permalink
fixed electron mapping + version update
Browse files Browse the repository at this point in the history
  • Loading branch information
domx4q committed Jun 19, 2024
1 parent eb0acbe commit 3d9bd21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro",
"version": "2.3.0",
"version": "2.3.1",
"private": false,
"description": "Diese Repository enthält den Quellcode für meine Besondere Lernleistung im Schuljahr 2023/2024. Die verschiedenen Apps sind: Planetenapp, Drehbare Sternenkarte und die Digitale Sonnenkuppel.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async function createWindow() {
submenu: [
{
label: "Übersicht",
click: () => win.loadURL("app://./index.html#/extra/overview"),
click: () => win.loadURL("app://./index.html#/overview"),
},
{
label: "Beispiel",
Expand Down

0 comments on commit 3d9bd21

Please sign in to comment.