Skip to content

Commit

Permalink
electron
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyall-A committed Jun 26, 2024
1 parent 6d60b71 commit a9fc0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file added icon.ico
Binary file not shown.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "goofy-mania-v2",
"description": "",
"productName": "Goofy Mania",
"description": "A very original rhythm game",
"version": "1.0.0",
"main": "electron.js",
"devDependencies": {
Expand All @@ -12,17 +13,13 @@
"build": "electron-builder"
},
"build": {
"productName": "Goofy Mania",
"files": [
"!Example Quaver Maps",
"!node_modules",
"*"
],
"directories": {
"output": "build"
},
"win": {
"icon": "icon.ico"
}
},
"author": "Lyall",
Expand Down

0 comments on commit a9fc0ac

Please sign in to comment.